Skip to content

Releases: launchdarkly/ld-openapi

2.0.33

26 Mar 23:46
Compare
Choose a tag to compare

[2.0.33] - 2020-03-26

Added:

  • CI tests for building the Java client

Fixed:

  • Java client library publication to Maven Central was broken due to a build error again JDK 9+

2.0.32

19 Mar 21:31
Compare
Choose a tag to compare

[2.0.32] - 2020-03-19

Added:

  • Optional field defaults to the FeatureFlag definition

Fixed:

  • Fixed the publication of client library source code.

2.0.31

12 Mar 17:16
Compare
Choose a tag to compare

[2.0.31] - 2020-03-12

Fixed:

  • Fixed Go client webhook statements empty struct bug

2.0.30

26 Feb 23:40
Compare
Choose a tag to compare

[2.0.30] - 2020-02-26

Added:

  • Added missing event tracking related fields
  • Added includeSnippetByDefault to project.
  • Add list of flags using each segment

2.0.29

12 Feb 22:56
Compare
Choose a tag to compare

[2.0.29] - 2020-02-12

Fixed:

  • Fixed notResources and notActions in policies and statements. Previously these were not camelCased correctly which caused them to not adhere to the API.

2.0.26

30 Jan 19:16
Compare
Choose a tag to compare

Fixed:

  • This release is functionally the same as 2.0.25. The only difference is that 2.0.25 incorrectly reported itself as 2.0.24. This has been fixed -- 2.0.26 correct reports its version.

2.0.25

30 Jan 19:04
f1fd5ec
Compare
Choose a tag to compare

Added:

  • Optional fields secureMode, defaultTrackEvents, tags, requireComments, confirmChanges to the EnvironmentPost definition

Fixed:

  • Broken dependencies in makefile
  • Broken links and endpoints

Release 2.0.24 (#39)

20 Nov 00:58
8d93398
Compare
Choose a tag to compare

Fixed

  • Restore properties for flag status which were lost in an attempt to DRY them up.

Release 2.0.23 (#38)

19 Nov 22:48
794c3ea
Compare
Choose a tag to compare

Fixed

  • Make summary and archived query params booleans

Added

  • Add bucketBy property to flag rollout

2.0.22: Add summary and archived query params to flags endpoint (#37)

19 Nov 21:01
f775582
Compare
Choose a tag to compare

Added

  • New summary and archived query options for flag list
  • Add new openapi validation flow using bravado