Skip to content

Releases: agentorbit-tech/agentorbit

v0.1.10

04 Jun 14:51

Choose a tag to compare

Release Notes

Full Changelog: v0.1.9...v0.1.10

v0.1.9

04 Jun 11:25

Choose a tag to compare

Release Notes

Full Changelog: v0.1.8...v0.1.9

v0.1.8

04 May 13:08

Choose a tag to compare

Release Notes

Full Changelog: v0.1.7...v0.1.8

v0.1.7

04 May 12:59

Choose a tag to compare

  • Fix: "Deactivate" button on API Keys page now works (frontend was calling the wrong route).
  • Viewer role: mutating buttons (create/deactivate key, invite/remove member, add/edit/delete alert, save settings, save privacy, delete org) are now disabled with a tooltip explaining the missing permission.
  • Viewers can now read alert rules and events (was blocked with 403); creating, updating, and deleting alerts still requires owner/admin.
  • Privacy masking rules: added email as a second preset; preset rules are now editable and deletable. Presets are seeded once for new orgs and never re-injected on save.
  • API key creation dialog now shows an encryption notice ("provider keys are stored encrypted with AES-256-GCM") so users understand how their keys are handled.
  • Security: GET /api/orgs/{orgID}/spans/{spanID}/masking-maps now scopes the lookup by organization. Previously a member of one org could read masking maps for spans owned by another org by passing a foreign span ID through their own org route.
  • Login now restores the user's last-used organization instead of always landing on the first org returned by the API.
  • Privacy settings: regex compile for user-supplied masking patterns is now bounded by a 250 ms deadline so a pathological pattern cannot pin the request goroutine.

v0.1.6

03 May 22:48

Choose a tag to compare

Release Notes

Full Changelog: v0.1.5...v0.1.6

v0.1.5

03 May 17:39

Choose a tag to compare

Release Notes

Full Changelog: v0.1.4...v0.1.5

v0.1.4

03 May 17:16

Choose a tag to compare

Release Notes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 May 12:40

Choose a tag to compare

Release Notes

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 May 13:37

Choose a tag to compare

Release Notes

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 May 11:01

Choose a tag to compare

Release Notes

Full Changelog: v0.1.0...v0.1.1