You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.1
75
+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.2-rc0
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.1
80
+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.2-rc0
81
81
82
82
83
83
## New Features
84
-
-**Copy jni library from input stream rather than file**
85
-
We now copy the jni library by reading from it as an input stream rather than as a file copy. This approach works when the JNI jars are nested, such as in Spring Boot projects.
84
+
85
+
86
+
## Bugs Fixed
87
+
-**JNI library loading uses a predetermined file name**
88
+
The unpacked JNI library now uses a pre-determined filename. This replaces logic to extract the filename from the packaged resource.
The old version of the cloud encryption error message confused the user in case, for example, their endpoint is not encrypted, but the connection is. There are also other potential causes of the `received corrupt message` status message, that we can't understand on a deeper level, so it's more correct to have a less specific error message here.
91
-
93
+
92
94
93
95
## Other Improvements
94
-
-**Each API reference is combined in a single partial for easier preview and usage**
95
-
96
-
For each driver, we move all AsciiDoc `include` directives to a dedicated partial called `api-reference.adoc` in the drivers repo.
97
-
This way, all the content can be previewed from the typedb-driver repo and included in the docs web content with a single include directive.
0 commit comments