Skip to content

Commit 3daeac4

Browse files
Prepare release 1.0.0-beta.1 (#109)
1 parent cffcbce commit 3daeac4

File tree

9 files changed

+887
-639
lines changed

9 files changed

+887
-639
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
uses: actions/upload-artifact@v4
281281
with:
282282
name: surrealdb
283-
path: build/libs/surrealdb-0.2.2-SNAPSHOT.jar
283+
path: build/libs/surrealdb-1.0.0-beta.1.jar
284284

285285
- name: Linux Integration Test
286286
run: ./gradlew -i integrationTest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0] - 2025-02-XX
4+
5+
- Upgrade to SurrealDB SDK 2.2.1
6+
- Enable remote HTTP connections [#110](https://github.com/surrealdb/surrealdb.java/pull/110)
7+
- Implements queryBind [#106](https://github.com/surrealdb/surrealdb.java/pull/106) [#90](https://github.com/surrealdb/surrealdb.java/issues/90)
8+
- Implements getBytes [#103](https://github.com/surrealdb/surrealdb.java/pull/103)
9+
310
## [0.2.1] - 2025-01-14
411

512
- Upgrade to SurrealDB 2.1.4

0 commit comments

Comments
 (0)