Skip to content

Tags: Netflix/atlas

Tags

v1.8.0-rc.16

Toggle v1.8.0-rc.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies (#1662)

v1.8.0-rc.15

Toggle v1.8.0-rc.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
json: allow mapper to be customized (#1656)

Provide method that can be used to customize the mapper.
This should be used carefully as it will impact all uses
of `Json` and could break other aspects that rely on the
default behavior.

v1.8.0-rc.14

Toggle v1.8.0-rc.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
roaringbitmap 1.0.6 (#1655)

Pull in fix for ORing run containers.

v1.8.0-rc.13

Toggle v1.8.0-rc.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lwc-events: support enums as tag values (#1652)

Add support for mapping Java Enum types to tag string values.

v1.8.0-rc.12

Toggle v1.8.0-rc.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
eval: use `ip` variable when creating web-socket (#1650)

Remove references to instance-uri for the backend that are
not used. Use the `ip` variable so it will work with IPv4
or IPv6.

v1.8.0-rc.11

Toggle v1.8.0-rc.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lwcapi: fix status code for event without id (#1649)

If an event is sent to `/evaluate` without an id, respond
with a 400 error instead of 500.

v1.8.0-rc.10

Toggle v1.8.0-rc.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
eval: fix test case for trace time series (#1642)

Update test case to have the correct expression for
a trace time series subscription response.

v1.8.0-rc.9

Toggle v1.8.0-rc.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
core: sample-count is now stable (#1625)

Update `:sample-count` operator to be considered stable. It
has been around for a few months and usage seems to match
user expectations.

v1.8.0-rc.8

Toggle v1.8.0-rc.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
eval: improve offset validation (#1600)

Check each data expression to catch some uses of named
rewrites where the offset is not available on the display
expression.

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.7.x: add default values for interpreter execute (#1598)

Update interpreter API to be more consistent with recent
changes in 1.8.