Skip to content

Commit

Permalink
[maven-release-plugin] prepare release oak-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liran-funaro committed Jul 20, 2020
1 parent 0ad74ef commit 14e3772
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.yahoo.oak</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.yahoo.oak</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.yahoo.oak</groupId>
<artifactId>oak-benchmarks-synchrobench</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion benchmarks/synchrobench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.yahoo.oak</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.yahoo.oak</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.yahoo.oak</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<modules>
<module>core</module>
<module>benchmarks/jmh</module>
Expand Down Expand Up @@ -94,7 +94,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/Oak.git</developerConnection>
<url>https://github.com/yahoo/Oak.git</url>
<tag>oak-0.1.1</tag>
<tag>oak-0.2.3</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -241,7 +241,7 @@
<dependency>
<groupId>com.yahoo.oak</groupId>
<artifactId>oak</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<hr>

## OAK 0.2.3 Release Notes (July 20, 2020)

01. Unsafe API: A key/value Oak buffer will always return the exact same buffer instance in both read and write modes.
02. Builder: Allow the user to suggest a preferred block size to be used by Oak's allocator.
03. Validation: Increase robustness by validating that the block is sufficient for the required size of the value.

<hr>

## OAK 0.2.2 Release Notes (June 18, 2020)

01. Fixed bad key initialization in the stream iterators with boundaries.
Expand Down

0 comments on commit 14e3772

Please sign in to comment.