Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@bucketeer-bot bucketeer-bot released this 03 Mar 04:48
d360030

1.3.0 (2025-02-28)

Features

  • add branch URL generation for code references (#1490) (0206276)
  • add file extension support for code references (#1493) (fd2d38a)
  • be able to group slack notifications by feature flag tag (#1472) (fcd92d2)
  • implement create/update environment api no command (#1540) (bfc545a)
  • implement delete goal no cmd (#1473) (aa09981)
  • implement get create list experiments no command (#1468) (9d21e17)
  • implement REST experiment result api (#1534) (5d0b3ab)
  • implement REST get/list/create auto ops rule (#1511) (277b969)
  • implement update experiment REST no command (#1482) (6468dba)
  • ui/dashboard: add tags to slack notifications (#1514) (7d8d731)
  • ui/dashboard: goals managements (#1451) (a8641b3)
  • ui/dashboard: improvement tags and table cell view with tooltip (#1452) (b2e8c9d)
  • update/execute/stop auto ops rule REST no command (#1519) (856fe8e)

Bug Fixes

  • add missing experiment status in response (#1492) (1092dea)
  • add order by options and correct experiment summary (#1522) (bc2be07)
  • ambiguous clause error while deleting a tag (#1483) (44c2a19)
  • cannot delete all tags in the account update api (#1537) (29c1d58)
  • evaluation unique count not working for go sdk (#1532) (a9557ae)
  • feature update api not validating required fields before saving (#1527) (5ce2051)
  • goal in-use-status is always false when the connection type is operation (#1505) (e3f44ee)
  • list tags by environment_id filter (#1479) (7c736ef)
  • ui: displaying the same tag when listing tags (#1478) (63b5c72)
  • ui: list goals not using the connection type (#1507) (dc8a295)
  • ui: remove connection type validation from create goal modal (#1502) (65b95ee)
  • update feature api cannot update empty lists (#1509) (82029e1)

Miscellaneous

  • add auto ops status to the goal connection reference (#1497) (8740728)
  • add debug log for the notification sender (#1487) (3b2ceac)
  • add error logs while authenticating the user (#1520) (105e73c)
  • add feature name to the goal auto ops reference (#1500) (4e0e1a1)
  • add fields to update feature api to update the schedule update (#1515) (af97827)
  • add new error flag reasons for open feature support (#1517) (ee8f8e7)
  • add schedule update field to feature proto message (#1499) (ddbd7f0)
  • add schedule update field to feature proto message (#1506) (dd1fca7)
  • add scheduled_flag_update table and proto message (#1535) (47b4ee6)
  • add sorting filter for entity type in the list tags api (#1476) (3a35f75)
  • code ref fields doc (#1485) (a3f8c60)
  • fix the debug log in the notification sender (#1486) (9c83de7)
  • implement create and update project with not commands (#1541) (ce8c8c8)
  • implement rest for list features api (#1543) (4bdb42c)
  • improve bucket hash algorithm using murmurHash3 instead of md5 (#1523) (1e5a2c1)
  • populate goal table with connection type (#1491) (1c90d0a)
  • support list tags by organization id (#1480) (1120b0b)

Reverts