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.26.6-rc1
59
+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.26.6
60
60
61
61
### C driver
62
62
63
-
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.26.6-rc1
63
+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.26.6
We fix prerequisites of the sync-dependencies job and bring the C++ behaviour test job names in concordance with the rest.
78
+
79
+
-**Fix native calls in python driver rules api**
80
+
Fixes a bug which caused the delete, is_deleted and set_label methods on a Rule to fail.
81
+
82
+
76
83
77
84
## Code Refactors
85
+
-**Consolidate Factory CI behaviour test jobs per driver language**
86
+
87
+
We merge individual `test-{lang}-behaviour-{domain}` jobs in FactoryCI into a single `test-{lang}-behaviour` job in order to reduce CI bootup and shutdown overhead per test.
88
+
89
+
We also fix mac-x86_64 Python and maven deployment tests by explicitly enforcing the use of Rosetta.
90
+
91
+
78
92
-**Transition from standalone typedb-common to typeql/common**
79
93
80
94
We update Bazel dependencies and target paths following the merging of typedb-common into [vaticle/typeql](https://github.com/vaticle/typeql/) (see https://github.com/vaticle/typeql/pull/313).
The sync-dependencies step in CircleCI used an obsolete setup step which no longer exists. This PR fixes that issue.
138
+
105
139
-**Sync dependencies in CI**
106
140
107
141
We add a sync-dependencies job to be run in CI after successful snapshot and release deployments. The job sends a request to vaticle-bot to update all downstream dependencies.
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,27 +25,27 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="cd00aa9bc16bc2eb857b9b5e4d7a301bf19908dc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="08d4e3bafb5a90db76eb5188be6f90bee564eb01", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
29
29
)
30
30
31
31
defvaticle_typeql():
32
32
git_repository(
33
33
name="vaticle_typeql",
34
34
remote="https://github.com/vaticle/typeql",
35
-
tag="2.26.6-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35
+
tag="2.26.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
commit="483eac8b122cbafe5ea154580b98aa671e51ea35", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
50
+
commit="3ba86c84357b1b6e0284e765a2cb8a0b5a369a1c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
0 commit comments