Skip to content

Releases: Jacobbrewer1/goschema

v0.0.13

24 Dec 14:14
7bc5f1a
Compare
Choose a tag to compare

v0.0.13 What's Changed (2024-12-24)

Bug Fixes

  • templates: Updating how we dereference the objects on insert many (#62) (7bc5f1a7)

Chores

  • deps: Bump github.com/jacobbrewer1/vaulty from 0.1.5 to 0.1.6 (#61) (119570eb)

v0.0.12

20 Dec 10:06
796fd59
Compare
Choose a tag to compare

v0.0.12 What's Changed (2024-12-20)

Chores

Features

v0.0.11

20 Dec 08:44
f6eaaa9
Compare
Choose a tag to compare

v0.0.11 What's Changed (2024-12-20)

Features

  • templates: Adding a new const to contain the table name (#55) (45db16d5)

Chores

  • deps:
    • Updating to latest version of tidb (#58) (f6eaaa94)
    • Bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#54) (4daee3d1)

Bug Fixes

  • deps: Updating the version of golang/net to 0.33.0 (#57) (f6ebef71)
  • vault: updating vault helper to use withaddr method (#56) (0cf64a3e)

v0.0.10

03 Dec 11:16
d459496
Compare
Choose a tag to compare

v0.0.10 What's Changed (2024-12-03)

Bug Fixes

  • generate:
    • Adding helpers to be generated when generating templates (#53) (d4594964)
    • Forcing the PK to be not nullable (#52) (555a73ff)
  • templates: correcting import on templates for usql (#50) (2b244ce6)

Chores

  • deps:
    • Bump github.com/jacobbrewer1/vaulty from 0.1.4 to 0.1.5 (#51) (105e978f)
    • Bump github.com/jacobbrewer1/vaulty from 0.1.3 to 0.1.4 (#48) (44e1013b)
    • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49) (bae0d163)

v0.0.9

03 Nov 11:51
8dafaa0
Compare
Choose a tag to compare

v0.0.9 What's Changed (2024-11-03)

Features

  • docs: Updating readme to include the installation process (#45) (6750469a)
  • generation: formatting templates files (#47) (8dafaa0e)

Chores

  • templates: removing the tags template for template helper (#46) (841eee30)

v0.0.8

03 Nov 11:37
9f80c3c
Compare
Choose a tag to compare

v0.0.8 What's Changed (2024-11-03)

Bug Fixes

Features

  • deps:
  • templates: Adding default templates to the binary (#43) (59af4f86)

v0.0.7

02 Nov 11:30
604a3e5
Compare
Choose a tag to compare

v0.0.7 What's Changed (2024-11-02)

Features

Chores

  • repo: Allowing users to go install the app (#39) (a79144f4)

v0.0.6

30 Oct 10:57
9adad53
Compare
Choose a tag to compare

v0.0.6 What's Changed (2024-10-30)

Bug Fixes

  • migrations: Using current directory for the default location of migrations (#35) (fd1ed494)
  • migrator: Updating the when the transaction should error (#38) (9adad538)

Features

v0.0.5

22 Oct 07:13
1ab242e
Compare
Choose a tag to compare

v0.0.5 What's Changed (2024-10-22)

Bug Fixes

Chores

  • cicd: Updating the triggers for the code approval job (#32) (55342094)
  • deps: Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.5 (#30) (df327d82)
  • migrate: refactoring the is current column (#34) (1ab242eb)

Features

v0.0.4

20 Oct 08:08
ea4a9e2
Compare
Choose a tag to compare

v0.0.4 What's Changed (2024-10-20)

Bug Fixes

  • deps: Updating the naming for all the deps (#27) (a7e8c870)

Features