Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.

## [24.0.0] - 2024-08-06

### Added

* feat: Add Vector Support. ([#220])

### Fixed
* fix: Issues with disconnects addressed with Netty, protoc and protobuf-java updates. ([#212])

### Security

* chore: Bump com.google.protobuf:protoc from 3.2.0 to 4.27.2 ([#215])
* chore: Bump org.slf4j:slf4j-simple from 1.7.21 to 2.0.13 ([#214])
* chore: Bump the minor-and-patch group in /samples/concurrent-modification with 2 updates ([#208])
* chore: resolve cves ([#193])
* chore: Bump github/codeql-action from 2 to 3 ([#198])
* chore: Bump actions/setup-go from 3 to 5 ([#195])


### Testing

* chore: added a test for best effort queries ([#182])

[#220]: https://github.com/dgraph-io/dgraph4j/pull/220
[#215]: https://github.com/dgraph-io/dgraph4j/pull/215
[#214]: https://github.com/dgraph-io/dgraph4j/pull/214
[#212]: https://github.com/dgraph-io/dgraph4j/pull/212
[#208]: https://github.com/dgraph-io/dgraph4j/pull/208
[#198]: https://github.com/dgraph-io/dgraph4j/pull/198
[#195]: https://github.com/dgraph-io/dgraph4j/pull/195
[#193]: https://github.com/dgraph-io/dgraph4j/pull/193
[#182]: https://github.com/dgraph-io/dgraph4j/pull/182

## [Unreleased]

## [21.12.0] - 2021-12-24
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: 'signing'

group = 'io.dgraph'
archivesBaseName = 'dgraph4j'
version = '21.12.0'
version = '24.0.0'

// Upgrade to Java SE 11 to match updated protobuf-protoc version.
// WARNING: Needs local toolchain upgrade from Java 8 to Java 11.
Expand Down