Skip to content

Commit

Permalink
Update VERSION and dependencies to 2.25.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Dec 4, 2023
1 parent b44218f commit 0bba066
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release notes: usage and product changes
## Usage and product changes


## Implementation
25 changes: 11 additions & 14 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,21 @@ brew install --cask vaticle/tap/typedb-studio

### TypeDB Server Compatibility

See the [compatibility table](https://typedb.com/docs/clients/studio#_version_compatibility) to see
See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to see
which versions of Studio are compatible with which versions of TypeDB server.

---


## New Features
- **Implement Fetch query**
- **Gracefully handle session failover**

We update to the newest version of TypeDB Driver which supports Fetch queries. As Fetch queries return a stream of JSONs, they are only available in text output view, not as a graph.
Gracefully handle session failover: session automatically reconnects and the UI is updated accordingly.

For more details, see https://github.com/vaticle/typeql/pull/300


- **Support value variables in log output**

We now handle the possibility of Values being returned as part of a ConceptMap. Retrieved pure values are not displayed in the graph view, but printed out as expected in the log view.
- **Update to driver with fixed error messages and ability to use system CA**

We update typedb-driver to 2.25.8, which has error UX improvements and the ability to read system certificates when connecting to TypeDB.



Expand All @@ -38,12 +36,11 @@ which versions of Studio are compatible with which versions of TypeDB server.


## Other Improvements
- **Update README file**

Update the README file.


- **Update CODEOWNERS**
- **Update to use vaticle/typedb-driver commit**

- **Unable to connect error carries driver message**

- **Update github PR and issue templates**



2 changes: 1 addition & 1 deletion RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brew install --cask vaticle/tap/typedb-studio

### TypeDB Server Compatibility

See the [compatibility table](https://typedb.com/docs/clients/studio#_version_compatibility) to see
See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to see
which versions of Studio are compatible with which versions of TypeDB server.

---
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.0
2.25.8
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "d75f30de7902892b1d45015aefd20f06048b0458", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "a9faffcbe1a0f4a45a07e010e575b7d305ac380e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_force_graph():
Expand All @@ -49,5 +49,5 @@ def vaticle_typedb_driver():
git_repository(
name = "vaticle_typedb_driver",
remote = "https://github.com/vaticle/typedb-driver",
commit = "fc04ea4d37986c55d515a318fee689cde8fcbbc3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
tag = "2.25.8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
)

0 comments on commit 0bba066

Please sign in to comment.