Skip to content

Releases: apex/logs

v0.9.12

17 Aug 12:04
@tj tj
Compare
Choose a tag to compare

Update your instance with:

$ logs upgrade && logs instance update

v0.9.9

11 Aug 13:14
@tj tj
Compare
Choose a tag to compare
  • add grouped region select for CLI
  • add Oregon, Belgium, and Netherlands storage regions
  • add special-cased formatting for numeric fields named size, duration, and status
  • add purpose "any maskable" to 196 px icon
  • fix bug where timeseries and search were treating an empty search differently

Update your instance with:

$ logs upgrade && logs instance update

v0.9.8

05 Aug 16:54
@tj tj
Compare
Choose a tag to compare
  • Fix string escaping regressions introduced in v0.9.6
  • Remove in keyword, it gets in the way of common terms such as signed in being unquoted

Update your instance with:

$ logs upgrade && logs instance update

v0.9.7

05 Aug 10:46
@tj tj
Compare
Choose a tag to compare
  • add wizard style step progress bar to show installation progression
  • fix bug where ?query= with no filter did not trigger a search
  • fix nil panic in apex/log dependency

Update your instance with:

$ logs upgrade && logs instance update

v0.9.6

03 Aug 14:17
@tj tj
Compare
Choose a tag to compare
  • Add many query language enhancements:
    • Treat words as search terms: hello world matches "hello" and "world" anywhere in the event
    • Treat strings as search phrases: "hello world" matches "hello world" anywhere in the event
    • Add permissive term charset: /tmp/images/foo.png and tj@example.com can be used as unquoted terms for example
    • Add regular expressions: user.email = `^(tobi|jane)@example\.(ca|com)$`
    • Add wildcards to = and != operators: user.email = "*@example.com or user.email = "tobi@*
    • View the Query language documentation for details
  • Change the default timeout for many internal operations from 5s to 30s

Update your instance with:

$ logs upgrade && logs instance update

v0.9.5

09 Jul 17:27
@tj tj
Compare
Choose a tag to compare
  • fix input of the letter "q" triggering the CLI to exit

v0.9.4

09 Jul 15:57
@tj tj
Compare
Choose a tag to compare
  • First beta release

v0.8.2

08 Jul 12:57
@tj tj
Compare
Choose a tag to compare

Changelog

2d60f9f Release v0.8.2
86ca932 add goreleaser github owner/name
7d7c49e add install.sh
ac2c00e docs
737175b remove PagerDuty vendorKey, unused
fda7b2a remove Paywall component, no longer used
2f947cc remove install.sh, moving it

v0.8.1

07 Jul 12:03
@tj tj
Compare
Choose a tag to compare

Changelog

331b2da Release v0.8.1
90c4f68 add examples to upgrade
8fa04f8 add real upgrade config, pointing to apex/logs for releases
3e4982f add update --target version flag
7e8cdca docs
105b65b docs