Skip to content

Commit

Permalink
Merge pull request #3832 from TrueBlocks/develop
Browse files Browse the repository at this point in the history
PR for version v3.1.2-release
  • Loading branch information
tjayrush authored Jul 18, 2024
2 parents 2c93043 + cea30d0 commit 3cffd1b
Show file tree
Hide file tree
Showing 94 changed files with 244 additions and 12,543 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "tests"]
path = tests
url = https://github.com/TrueBlocks/trueblocks-tests
[submodule "docs"]
path = docs
url = https://github.com/TrueBlocks/trueblocks-docs.git
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

This file details changes made to TrueBlocks over time. All version prior to version 3.0.0 are now no longer supported.

## v3.1.0-release - Streaming SDK - Huntingdon (2024/07/01)
## v3.1.2-release - Streaming SDK - Huntingdon (2024/07/18)

**Summary**

- Bumped version to v3.1.0-release.
- Bumped version to v3.1.2-release.
- Major changes to the SDK to support streaming data models.
- Re-write of the chifra names command for easier usage.
- Re-write of most examples for clarity and ease of understanding.
- Added the RenderCtx to all Options types in the SDK to support cancel contexts and streaming data models.
- Changes GoLang SDK version to v3. It's not a breaking change, but if you want to use the latest SDK code (you do), then change all imports of "github.com/TrueBlocks/trueblocks-core/sdk" to "github.com/TrueBlocks/trueblocks-core/sdk/v3".

## Changes to the Unchained Index Specification

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.2
1 change: 1 addition & 0 deletions docs
Submodule docs added at d03ccb
27 changes: 0 additions & 27 deletions docs/content/.gitignore

This file was deleted.

Loading

0 comments on commit 3cffd1b

Please sign in to comment.