Skip to content

Releases: raystack/stencil

v0.5.0

30 Oct 06:43
07884e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Jul 07:55
941e049
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Jul 20:43
Compare
Choose a tag to compare

What's Changed

  • fix(go-client): avoid parallel loads if accessed from multiple go routines by @harikrishnakanchi in #162
  • docs: minor fixes on broken links and refs by @GrayFlash in #163

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

22 Oct 16:31
831f2a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

15 Sep 03:26
6ea8a49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Sep 08:01
2c7aea2
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

31 Aug 00:59
85a6f1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

11 Jul 12:35
cef3343
Compare
Choose a tag to compare

What's Changed

  • fix(clojure-client): set custom headers to client by @harikrishnakanchi in #131
  • chore: remove stencil push script by @harikrishnakanchi in #132
  • ci: update branch name in workflows by @harikrishnakanchi in #133
  • fix: required enum value validation by @harikrishnakanchi in #134
  • chore: Release 0.2.2 by @harikrishnakanchi in #136

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

v0.2.1

22 Apr 07:41
3a5c619
Compare
Choose a tag to compare

What's Changed

  • docs: update overview and concepts by @ravisuhag in #114
  • fix: mark version as non-required flag by @ishanarya0 in #116
  • docs: update guide and styles by @ravisuhag in #117
  • refactor: namespace data formats by @ravisuhag in #113
  • feat: search command by @ishanarya0 in #115
  • feat: add clojure client by @harikrishnakanchi in #118
  • docs: upgrade docusaurus by @ravisuhag in #121
  • feat(java-client): find descriptors by proto fullname by @harikrishnakanchi in #122
  • feat(go-client): find descriptors by proto fullname by @harikrishnakanchi in #123
  • fix(java-client): use refresh strategy for initial load by @harikrishnakanchi in #124
  • feat: add path to search results by @harikrishnakanchi in #126
  • feat: add content-length header by @harikrishnakanchi in #127
  • feat(server): add compatibility check API by @harikrishnakanchi in #128
  • chore: Release 0.2.1 by @harikrishnakanchi in #129

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

v0.2.0

16 Feb 13:20
2802018
Compare
Choose a tag to compare

What's Changed

  • feat: stencil cli for namespace and schema by @ishanarya0 in #97
  • docs: migrate to docusaurus for docs by @ravisuhag in #98
  • feat: add refresh strategy to stencil client by @harikrishnakanchi in #99
  • feat!: group server commands by @ravisuhag in #100
  • feat(cli): cli cleanup by @ishanarya0 in #103
  • refactor(cli): delete graph and print cmd files by @ishanarya0 in #106
  • feat: diff between 2 schema versions by @NNcrawler in #104
  • feat(api): add search API by @ramey in #96
  • docs: update stencil docs by @harikrishnakanchi in #107
  • feat(js-client): add refresh strategy to JS client by @harikrishnakanchi in #108
  • docs: update server start instructions by @ravisuhag in #109
  • ci: add releaser and linter by @ravisuhag in #101
  • chore: release 0.2 by @ravisuhag in #110
  • fix(server): capture metrics for custom handlers by @harikrishnakanchi in #111
  • ci: fix release workflow by @harikrishnakanchi in #112

New Contributors

Full Changelog: v0.1.6...v0.2.0