Skip to content

Releases: raystack/salt

v0.3.2

01 Jul 02:20
Compare
Choose a tag to compare

v0.3.1

27 Jun 14:52
5201185
Compare
Choose a tag to compare

What's Changed

  • fix: config parsing backward compatibility for time.Duration by @kushsharma in #67

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Jun 20:12
Compare
Choose a tag to compare

What's Changed

  • change: remove gorm from audit pkg by @rahmatrhd in #60
  • feat(cmd): add docs generator for cli by @mabdh in #59
  • feat(dockertestx): add nginx dockertestx by @mabdh in #61
  • feat!: support serving multiple servers on separate ports by @sudo-suhas in #63
  • feat(dockertestx): make pg resource expiry configurable by @mabdh in #65
  • feat(config): support decoder config option by @haveiss in #66

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

27 Sep 11:21
5280baa
Compare
Choose a tag to compare

What's Changed

  • feat: add context-cancel support in callback-wait by @spy16 in #57

Full Changelog: v0.2.3...v0.2.4

v0.2.3

26 Sep 05:43
ba6734b
Compare
Choose a tag to compare

What's Changed

  • feat: add Write() support for cmdx configs by @spy16 in #56

Full Changelog: v0.2.2...v0.2.3

v0.2.2

26 Sep 04:21
069f2c6
Compare
Choose a tag to compare

What's Changed

  • add oidc flow using x/oauth2 package by @spy16 in #55
  • feat: add dockertest instance bootstrapper by @mabdh in #54

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Sep 13:38
2b040bb
Compare
Choose a tag to compare

What's Changed

  • fix: zap contextual logging naming by @mabdh in #51
  • feat: remove cmux and use http2 to mux grpc & http by @spy16 in #50

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Sep 08:16
55cf8bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Aug 21:10
284059f
Compare
Choose a tag to compare

What's Changed

  • feat: support for logrus and zap loggers by @kushsharma in #1
  • feat: load configs from yaml file and environment variables by @rohilsurana in #2
  • docs: add usage details of custom formatter in logrus by @scortier in #3
  • refactor: remove default path in config by @burntcarrot in #7
  • feat: support for version check using version package by @scortier in #5
  • feat(config): support with config file path by @ravisuhag in #8
  • feat: add an implementation of github.com/odpf/proton/common/v1 service by @rohilsurana in #10
  • feat: add server module to abstract grpc, http and a muxed server by @rohilsurana in #11
  • feat: return config file not found type error by @ravisuhag in #14
  • feat: handle config not found error by @ravisuhag in #15
  • feat: enable zap to take multiple options by @aok1j1 in #17
  • fix: return ConfigFileNotFoundError if config not found by @rsbh in #19
  • feat: enable gateway options by @aok1j1 in #20
  • feat(cmdx): add client config manager by @ravisuhag in #21
  • feat: add ref cmd and brew check by @ravisuhag in #22
  • feat(cmdx): add completion command by @ravisuhag in #23
  • feat(printer): move progress from term to printer by @ravisuhag in #24
  • feat(printer): add progress bar and update spinner api by @ravisuhag in #25
  • feat(log): add method to fetch internal zap logger by @bsushmith in #27
  • feat: add audit logging pkg by @rahmatrhd in #32
  • feat(log): add getter to return *logrus.Entry by @mabdh in #33
  • feat: add mux package with http & grpc by @spy16 in #36
  • feat: support for contextual logging in zap by @krtkvrm in #37
  • feat: update command grouping by @ravisuhag in #41

New Contributors

Full Changelog: https://github.com/odpf/salt/commits/v0.1.0