Releases: protobom/storage
Releases · protobom/storage
v0.1.5
What's Changed
- refactor: enable custom unique annotations instead of static name "alias" by @jhoward-lm in #30
- refactor: add reusable function that runs callbacks in a transaction by @jhoward-lm in #31
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: add document annotations field by @jhoward-lm in #27
New Contributors
- @cpanato made their first contribution in #16
- @dependabot made their first contribution in #21
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix: document type enum value by @jhoward-lm in #19
- fix: use transactional client by @jhoward-lm in #20
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.2
v0.1.0
This is the first protobom/storage release featuring the new ent backend 🚀
What's Changed
- Add ent schemas and project config files by @jhoward-lm in #1
- Storage Model: Interfaces and options by @puerco in #2
- Add ent generated code by @jhoward-lm in #3
- chore: move ent code generation into internal package by @jhoward-lm in #7
- ci: add golangci-lint config and workflow by @jhoward-lm in #5
- chore: remove backend interface and store options by @jhoward-lm in #8
- Schema updates for backend implementation by @jhoward-lm in #9
- Fix edge type schema by @jhoward-lm in #10
- Implement Backend interface for ent by @jhoward-lm in #4
- fix: get node list ID from context after storing by @jhoward-lm in #11
- Add initial release automation by @puerco in #13
- Fix unique index definitions by @jhoward-lm in #12
New Contributors
- @jhoward-lm made their first contribution in #1
- @puerco made their first contribution in #2
Full Changelog: https://github.com/protobom/storage/commits/v0.1.0