Skip to content

Releases: dipdup-io/go-lib

v0.4.0

14 Feb 11:06
cb135f8

Choose a tag to compare

Commits

v0.3.7

04 Feb 14:23

Choose a tag to compare

Commits

  • ed01a55: Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (dependabot[bot]) #24
  • bdd5d1c: Bump github.com/docker/docker (dependabot[bot]) #25
  • events => ws (Artem)
  • security issues (Artem)

v0.3.6

14 Oct 18:42
cbe2eb8

Choose a tag to compare

Commits

v0.3.5

25 Sep 09:01
14f31d2

Choose a tag to compare

Commits

  • add ticket API #21 (Artem)
  • 2968cce: Incresed startup timeout for ceating postgres container. (Lavysh Alexander) #22

v0.3.4

14 Sep 20:02
7d9896e

Choose a tag to compare

Commits

  • add TzKT smart rollup endpoints #20 (Artem)

v0.3.3

21 Aug 11:42

Choose a tag to compare

Commits

  • hasura with Bun (Artem)

v0.3.2

21 Aug 10:03

Choose a tag to compare

Commits

  • a072d9c: Add rps to datasource (Artem)

v0.3.1

17 Aug 12:18

Choose a tag to compare

Commits

  • add smart rollup address checking (Artem)

v0.3.0

14 Aug 08:52
f789138

Choose a tag to compare

Commits

v0.2.38

30 Jun 11:46
e9794d1

Choose a tag to compare

Commits

  • d1f3d3f: Added unit test for case with hyphen in pg name. (Lavysh Alexander) #16
  • 1367215: Updated logic of MakeComments to ignore fields with hyphen in pg name. (Lavysh Alexander) #16
  • 991c241: Added unit test TestMakeCommentsIgnoreFieldsWithEmptyComment. (Lavysh Alexander) #16
  • 0e3d2ec: Ignore emty comment in MakeComments. (Lavysh Alexander) #16
  • d0cf67b: Added test on sending nil in models. (Lavysh Alexander) #17
  • d62c33c: Added fix with checking model for nil. (Lavysh Alexander) #17
  • 8f8357b: Added test for no models in MakeComments. (Lavysh Alexander) #17
  • e93b928: Added unit test for MakeComments on composed struct. (Lavysh Alexander) #18
  • 0754e20: MakeComments refined with support of Anonymous embedded types in struct. (Lavysh Alexander) #18
  • 3f47a9b: Refactor MakeComments with moving field commenting logic to separate method. (Lavysh Alexander) #18
  • 1a6c14d: Added TestMakeCommentsWithDeepStructComposition test. (Lavysh Alexander) #18
  • 93405c9: Updated logic makeEmbeddedComments with support of deep embedding of struct composition. (Lavysh Alexander) #18
  • 7c374bd: Added TestMakeCommentsWithStructCompositionErrorOnEmbeddedTableName test. (Lavysh Alexander) #18