Skip to content

Releases: apex/logs

v0.9.23

11 Nov 12:21
@tj tj
Compare
Choose a tag to compare
  • change event menu "copy to clipboard" to copy the JSON event, not just the messaage
  • fix copying of id, level, message, and timestamp fields in the log sheet view

Update your instance with:

$ logs upgrade && logs instance update

v0.9.22

15 Oct 11:40
@tj tj
Compare
Choose a tag to compare

Changelog

  • fix saving of project mode when editing a project. This doesn't actually have an impact on anything as the mode is immutable, but it doesn't hurt to keep it stored in Datastore for future reference.

Update your instance with:

$ logs upgrade && logs instance update

v0.9.21

15 Oct 11:01
@tj tj
Compare
Choose a tag to compare

Changelog

  • add Heroku integration
  • add confirmation to API token deletion
  • add project storage mode support to lift restrictions on the message value for plain-text projects

Update your instance with:

$ logs upgrade && logs instance update

v0.9.20

07 Sep 14:27
@tj tj
Compare
Choose a tag to compare
  • fix light theme field hover background color

Update your instance with:

$ logs upgrade && logs instance update

v0.9.19

07 Sep 11:56
@tj tj
Compare
Choose a tag to compare
  • fix FOUC introduced by loading theme files, they're now bundled

Update your instance with:

$ logs upgrade && logs instance update

v0.9.18

07 Sep 11:18
@tj tj
Compare
Choose a tag to compare
  • add dark theme support
  • add invite emails, providing the team members with the Apex Logs instance endpoint

Update your instance with:

$ logs upgrade && logs instance update

v0.9.17

03 Sep 14:20
@tj tj
Compare
Choose a tag to compare
  • fix mapping of deploy regions. Europe & Asia regions were mapping incorrectly, they will now deploy to the correct location.

Update your instance with:

$ logs upgrade && logs instance update

v0.9.16

31 Aug 13:28
@tj tj
Compare
Choose a tag to compare
  • add support for coupons
  • add better number formatting to Slack and Email alerts
  • remove list prefix from Slack alert formatting

Update your instance with:

$ logs upgrade && logs instance update

v0.9.15

24 Aug 11:39
@tj tj
Compare
Choose a tag to compare
  • add "Wrapped" display option for events listing
  • add project info to webhook alert request body
  • add project name to SMS alert messages
  • add project name to email alert subject
  • add nicer formatting for Slack alert messages
  • add search result limit setting in the status bar
  • add AWS lambda timeout parsing support to the CloudWatch integration
  • update apex/parsers for AWSLambdaTimeout event
  • change Cloud Run memory to 256Mi
  • fix React bug causing duplicate discovered fields to be displayed while filtering

Update your instance with:

$ logs upgrade && logs instance update

v0.9.13

18 Aug 06:42
@tj tj
Compare
Choose a tag to compare
  • fix alert scheduling for intervals larger than an hour

Update your instance with:

$ logs upgrade && logs instance update