Skip to content

Latest commit

 

History

History
369 lines (204 loc) · 27.4 KB

CHANGELOG.md

File metadata and controls

369 lines (204 loc) · 27.4 KB

Changelog

1.7.0 (2024-09-16)

Features

  • Add command to launchDevly to update the project environment and context (#433) (1415e4a)
  • Remove the sync endpoint in favor of patch project endpoint (#431) (d3622a0)

1.6.0 (2024-09-13)

Features

  • Implement environment update functionality in launchdevly ui (#423) (216dc95)

Bug Fixes

  • LaunchDevly: Cleanup code and remove only show overrides when there are no overrides (#427) (860b657)
  • LaunchDevly: Pagination for 'Only show flags with overrides' (#426) (28bfb60)
  • LaunchDevly: Search clear not clearing filter (#424) (dd9df47)

1.5.0 (2024-09-06)

Features

Bug Fixes

  • Add dev server to usage template (#411) (66a6a25)
  • dev server commands emit events (#410) (2019b77)
  • Handle unhandled errors in dev server UI (#416) (afe5281)
  • Propagate dev server errors in CLI compatible format (#412) (67cc93a)

1.4.4 (2024-08-19)

Bug Fixes

Reverts

1.4.3 (2024-08-16)

Bug Fixes

  • rebuild UI to incorporate sync button (#403) (c28b34d)

1.4.2 (2024-08-16)

Bug Fixes

1.4.1 (2024-08-16)

Bug Fixes

  • Attach the docker socket to the build container (#399) (03e9697)

1.4.0 (2024-08-14)

Features

  • Add project selector and sync button to LaunchDevly UI (#392) (aa0e1e3)

1.3.0 (2024-08-14)

Features

Bug Fixes

  • Remove stutter from "fetching {sdk name} SDK SDK" (#391) (82bd8de)

1.2.0 (2024-07-15)

Features

Bug Fixes

  • Create config file if it does not exist (#379) (3e672ab)
  • deps: use consistent Go version in builds and CI (#377) (83cf380)
  • Update readme about where config file is stored (#325) (82c94e9)

1.1.1 (2024-06-04)

Bug Fixes

1.1.0 (2024-05-31)

Features

Bug Fixes

  • client request in config service (#310) (bc15520)
  • Fix linux build with CGO_ENABLED=0 (#311) (6de74ca)
  • Pass in markdown renderer to speed up command (#313) (699a980)

1.0.1 (2024-05-21)

Bug Fixes

  • add required annotation to data flags (#302) (72a3a92)
  • update Go module path to github.com/launchdarkly/ldcli (#303) (7c7925d)

1.0.0 (2024-05-16)

⚠ BREAKING CHANGES

  • manual update of openapi docs and generated cmds

Features

Bug Fixes

  • completion cmd usage & short description (#281) (362b23c)

0.13.0 (2024-05-14)

Features

Bug Fixes

0.12.1 (2024-05-10)

Miscellaneous Chores

0.12.0 (2024-05-10)

Features

Bug Fixes

0.11.0 (2024-05-07)

Features

Bug Fixes

0.10.0 (2024-05-02)

Features

0.9.0 (2024-04-30)

Features

Bug Fixes

0.8.1 (2024-04-22)

Bug Fixes

  • Don't find/replace FLAG_KEY in SDK instructions (#193) (39ea1ce)

0.8.0 (2024-04-18)

Features

Bug Fixes

0.7.0 (2024-04-16)

Features

Bug Fixes

  • embed instructions files & show error during show sdk step (#174) (ae07b46)
  • remove mouse wheel support from show sdk & show scroll options in help view (#161) (99015b1)
  • remove side borders from show SDK viewport (#162) (d111c61)
  • space above pagination dots and pagination bug (#155) (adbc53c)

0.6.0 (2024-04-09)

Features

  • make sdk instructions scrollable (#150) (8055927)
  • show success message after creating a flag (#134) (f817856)

0.5.0 (2024-04-05)

Features

0.4.0 (2024-04-05)

Features

Bug Fixes

  • create flag prompt should be on the same line as text (#135) (52aa92b)

0.3.0 (2024-04-04)

Features

  • Can go back to choose SDK page from show SDK instructions (#120) (6900bc6)

Bug Fixes

  • add instructions to continue from show sdk step (#117) (4baf2d0)
  • fix the step count (#121) (1943c45)
  • remove id from goreleaser homebrew build config (#125) (56538cd)

0.2.0 (2024-04-03)

Features

  • add ldcli formula to homebrew-tap (#108) (1d638dc)
  • Add more help in error message (#72) (6221983)
  • add sdk instructions step to quickstart (#91) (bf4aba6)
  • add toggle flag step (#111) (9cd4018)
  • add toggle on and off aliases to update flag (#82) (7b6c6f1)
  • alias command to invite members (#84) (7002866)
  • better flag create error handling (#85) (708925b)
  • Create choose SDK view (#89) (7518423)
  • create command to get an environment (#96) (19b4ede)
  • create command to invite members (#68) (e1a2ca5)
  • create prod-ready quickstart command (#75) (7768bfa)
  • pass in optional role flag when using members invite (#90) (b51470d)
  • setting version dynamically (#83) (7e4e794)
  • Show error along with message and quit if applicable (#87) (f076a59)

Bug Fixes

  • fix err messages for toggle flag command (#112) (9b385e9)
  • members create cmd should invite multiple members (#103) (c575248)
  • rebind projKey flag to update subcommand (#62) (1f0f898)
  • remove create flag placeholder text (#114) (3e8624d)

0.1.0 (2024-03-22)

Miscellaneous Chores

  • release initial version