Skip to content

Commit

Permalink
Release 1.23.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wotbrew committed Apr 26, 2023
1 parent c7b237e commit b35a2ca
Show file tree
Hide file tree
Showing 27 changed files with 52 additions and 47 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ used to express complex joins and recursive graph traversals.
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-core</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
```

```clojure
[com.xtdb/xtdb-core "1.23.1"]
[com.xtdb/xtdb-core "1.23.2"]
```

```clojure
com.xtdb/xtdb-core {:mvn/version "1.23.1"}
com.xtdb/xtdb-core {:mvn/version "1.23.2"}
```
* [Release notes](https://github.com/xtdb/xtdb/releases)
* Support: [Zulip community chat](https://juxt-oss.zulipchat.com/#narrow/stream/194466-crux) | [GitHub Discussions](https://github.com/xtdb/xtdb/discussions) | [email protected]
Expand Down
4 changes: 2 additions & 2 deletions dev/RELEASING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We could automate more of this than we do, but here's a checklist in the meantim

You can kick off a couple of these in parallel (particularly, `./lein-sub install && ./lein-sub do check, test` takes ~10 mins) but note the various 'await' items.

Version number is `Major.Minor.Patch`, e.g. `1.23.1`.
Version number is `Major.Minor.Patch`, e.g. `1.23.2`.
We use https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md[BreakVer].

## Git tag:
Expand All @@ -26,7 +26,7 @@ Build and deploy release jars

. `java -version` -> java-8-openjdk
. `git clean -dXf`
. `export XTDB_VERSION=1.23.1` (`set -x XTDB_VERSION=1.23.1` for the fish people)
. `export XTDB_VERSION=1.23.2` (`set -x XTDB_VERSION=1.23.2` for the fish people)
. `./lein-sub install && ./lein-sub do check, test`
. `./lein-sub deploy`
. (in `labs/corda`): `./gradlew clean publish`
Expand Down
2 changes: 1 addition & 1 deletion docs/administration/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
2 changes: 1 addition & 1 deletion docs/administration/modules/ROOT/pages/installing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You can also build custom XTDB JARs with your choice of modules - see the https:
You can also start a standalone XTDB node using Docker, using:
`docker run -p 3000:3000 ghcr.io/xtdb/xtdb-in-memory:1.23.1`
`docker run -p 3000:3000 ghcr.io/xtdb/xtdb-in-memory:1.23.2`
Again, this opens up an HTTP server at http://localhost:3000[window=_blank].
Expand Down
5 changes: 5 additions & 0 deletions docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ content:
start_path: docs/language-reference
branches:
- master
- docs-v1.23.2
- docs-v1.23.1
- docs-v1.23.0
- docs-v1.22.1
Expand All @@ -35,6 +36,7 @@ content:
start_path: docs/clients
branches:
- master
- docs-v1.23.2
- docs-v1.23.1
- docs-v1.23.0
- docs-v1.22.1
Expand All @@ -46,6 +48,7 @@ content:
start_path: docs/administration
branches:
- master
- docs-v1.23.2
- docs-v1.23.1
- docs-v1.23.0
- docs-v1.22.1
Expand All @@ -57,6 +60,7 @@ content:
start_path: docs/extensions
branches:
- master
- docs-v1.23.2
- docs-v1.23.1
- docs-v1.23.0
- docs-v1.22.1
Expand All @@ -68,6 +72,7 @@ content:
start_path: docs/storage
branches:
- master
- docs-v1.23.2
- docs-v1.23.1
- docs-v1.23.0
- docs-v1.22.1
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
2 changes: 1 addition & 1 deletion docs/extensions/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Download the connector from Confluent hub, then unzip the downloaded folder:
----
unzip juxt-kafka-connect-xtdb-1.23.1.zip
unzip juxt-kafka-connect-xtdb-1.23.2.zip
----

Navigate into the base of the Kafka folder, then run the following commands:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
2 changes: 1 addition & 1 deletion docs/language-reference/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
2 changes: 1 addition & 1 deletion docs/storage/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
8 changes: 4 additions & 4 deletions docs/storage/modules/ROOT/pages/corda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build.gradle.kts::
[source,kotlin,subs=attributes+]
----
// Main library
implementation("com.xtdb.labs", "xtdb-corda", "1.23.1")
implementation("com.xtdb.labs", "xtdb-corda", "1.23.2")
// Library for inclusion in contract JARs
implementation("com.xtdb.labs", "xtdb-corda-state", "1.23.1")
implementation("com.xtdb.labs", "xtdb-corda-state", "1.23.2")
----
pom.xml::
Expand All @@ -29,14 +29,14 @@ pom.xml::
<dependency>
<groupId>com.xtdb.labs</groupId>
<artifactId>xtdb-corda</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
<!-- Library for inclusion in contract JARs -->
<dependency>
<groupId>com.xtdb.labs</groupId>
<artifactId>xtdb-corda-state</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----
====
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
xtdb_version: 1.23.1
xtdb_version: 1.23.2
8 changes: 4 additions & 4 deletions labs/corda/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A https://xtdb.com[XTDB] module that allows you to pipe verified https://www.cor
[source,kotlin]
----
// Main library
implementation("com.xtdb.labs", "xtdb-corda", "1.23.1")
implementation("com.xtdb.labs", "xtdb-corda", "1.23.2")
// Library for inclusion in contract JARs
implementation("com.xtdb.labs", "xtdb-corda-state", "1.23.1")
implementation("com.xtdb.labs", "xtdb-corda-state", "1.23.2")
----

.pom.xml
Expand All @@ -18,14 +18,14 @@ implementation("com.xtdb.labs", "xtdb-corda-state", "1.23.1")
<dependency>
<groupId>com.xtdb.labs</groupId>
<artifactId>xtdb-corda</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
<!-- Library for inclusion in contract JARs -->
<dependency>
<groupId>com.xtdb.labs</groupId>
<artifactId>xtdb-corda-state</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions labs/http-health-check/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ XTDB HTTP Health Check
.deps.edn
[source,clojure]
----
com.xtdb.labs/xtdb-http-health-check {:mvn/version "1.23.1"}
com.xtdb.labs/xtdb-http-health-check {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,6 +14,6 @@ com.xtdb.labs/xtdb-http-health-check {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb.labs</groupId>
<artifactId>xtdb-http-health-check</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----
4 changes: 2 additions & 2 deletions modules/azure-blobs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This XTDB module allows you to use Azure's Blob Storage as XTDB's 'document stor
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-azure-blobs {:mvn/version "1.23.1"}
com.xtdb/xtdb-azure-blobs {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-azure-blobs {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-azure-blobs</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/google-cloud-storage/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This XTDB module allows you to use Google's Cloud Storage as XTDB's 'document st
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-google-cloud-storage {:mvn/version "1.23.1"}
com.xtdb/xtdb-google-cloud-storage {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-google-cloud-storage {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-google-cloud-storage</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/http-client/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module offers an HTTP client that allows you to send transactions and run q
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-http-client {:mvn/version "1.23.1"}
com.xtdb/xtdb-http-client {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-http-client {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-http-client</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/http-server/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module offers an HTTP server that allows you to send transactions and run q
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-http-server {:mvn/version "1.23.1"}
com.xtdb/xtdb-http-server {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-http-server {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-http-server</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:xtdb.version/version "1.23.1",
{:xtdb.version/version "1.23.2",
:xtdb.version/revision nil, :xtdb.index/index-version 13,
:xtdb.tx-log/consumer-state nil,
:xtdb.kv/kv-store "xtdb.rocksdb.RocksKv",
Expand Down
4 changes: 2 additions & 2 deletions modules/kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This XTDB module allows you to use Apache's https://kafka.apache.org[Kafka] as X
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-kafka {:mvn/version "1.23.1"}
com.xtdb/xtdb-kafka {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-kafka {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-kafka</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/lmdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LMDB tends to provide faster queries than xref:rocksdb.adoc[RocksDB] in exchange
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-lmdb {:mvn/version "1.23.1"}
com.xtdb/xtdb-lmdb {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -16,7 +16,7 @@ com.xtdb/xtdb-lmdb {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-lmdb</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/lucene/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Lucene module for XTDB making use of https://lucene.apache.org/[Apache Lucene].
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-lucene {:mvn/version "1.23.1"}
com.xtdb/xtdb-lucene {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -16,7 +16,7 @@ com.xtdb/xtdb-lucene {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-lucene</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/metrics/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module provides components that expose metrics about a node via https://met
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-metrics {:mvn/version "1.23.1"}
com.xtdb/xtdb-metrics {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-metrics {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-metrics</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions modules/rocksdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://rocksdb.org/[RocksDB] is often used as the data store for XTDB's query i
.deps.edn
[source,clojure]
----
com.xtdb/xtdb-rocksdb {:mvn/version "1.23.1"}
com.xtdb/xtdb-rocksdb {:mvn/version "1.23.2"}
----

.pom.xml
Expand All @@ -14,7 +14,7 @@ com.xtdb/xtdb-rocksdb {:mvn/version "1.23.1"}
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-rocksdb</artifactId>
<version>1.23.1</version>
<version>1.23.2</version>
</dependency>
----

Expand Down
Loading

0 comments on commit b35a2ca

Please sign in to comment.