Skip to content

Releases: dmwm/dbs2go

Release v00.06.44

12 Jul 13:34
8effd5a
Compare
Choose a tag to compare
Properly handle HTTP error response when requested gzip encoding

Release v00.06.43

24 Oct 14:59
4d184ca
Compare
Choose a tag to compare
Merge pull request #101 from d-ylee/feature-94-partial_parentage

Allow Partial Parentage for fileparents API

Need to provide `missingFiles` key in JSON body
`child_parent_id_list` that is provided to the API must match the same number as the number of files that were injected from the block. Provide a child-parent id pair with the parent id as -1.

Release v00.06.42

21 Nov 18:47
Compare
Choose a tag to compare
Add new integration test to test injection of the same block

Release v00.06.41

21 Nov 14:13
Compare
Choose a tag to compare
Add helper function checkBlockExist; use it as first part of bulblock…

Release v00.06.40

15 Nov 19:47
Compare
Choose a tag to compare
Add DoesNotExist error codes which is used by bulkblocks2.go codebase

Release v00.06.39

24 Oct 12:47
f9dde71
Compare
Choose a tag to compare

This release mostly improve unit tests coverage, including testing concurrency in unit tests. It also provides new aggregation information for filesummaries API requested in issue #40

Release v00.06.38

20 Sep 13:53
Compare
Choose a tag to compare
Account for lower and upper UNIQUE keyword in SQL query

Release v00.06.37

20 Sep 12:07
Compare
Choose a tag to compare
Add solution to resolve stale QUEUED migration requests

Release v00.06.36

13 Sep 14:33
Compare
Choose a tag to compare
Add max_ldate, median_cdate, median_ldate values to filesummaries API

Release v00.06.35

10 Sep 19:25
Compare
Choose a tag to compare
Change data-type of status argument in updateMigrationStatus APIs