Skip to content

Commit

Permalink
Release 0.34.1
Browse files Browse the repository at this point in the history
atomic-server@0.34.1
atomic_lib@0.34.1

Generated by cargo-workspaces
  • Loading branch information
joepio committed Feb 11, 2023
1 parent 6fc885e commit ae3d966
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ By far most changes relate to `atomic-server`, so if not specified, assume the c
Changes to JS assets are not included here, but in [`atomic-data-browser`'s CHANGELOG](https://github.com/atomicdata-dev/atomic-data-browser/blob/main/CHANGELOG.md).
See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable.

## UNRELEASED
## [v0.34.1] - 2023-02-11

- Improve query performance, refactor indexes. The `.tpf` API is deprecated in favor of the more powerful `.query`. #529
- Replace `acme_lib` with `instant-acme`, drop OpenSSL dependency, add DNS verification for TLS option with `--https-dns` #192
- Improved error handling for HTTPS initialization #530
- Add `--force` to `atomic-server import` #536
- Fix index issue happening when deleting a single property in a sorted collection #545
Expand All @@ -19,7 +20,6 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
- Meta tags server side #577
- Include JSON-AD in initial response, speed up first render #511
- Remove feature to index external RDF files and search them #579
- Replace `acme_lib` with `instant-acme`, drop OpenSSL dependency, add DNS verification for TLS option with `--https-dns` #192
- Add staging environment #588
- Add systemd instructions to readme #271

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Atomic Server",
"version": "0.34.0"
"version": "0.34.1"
},
"build": {
"distDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "atomic_lib"
readme = "README.md"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.34.0"
version = "0.34.1"

# Enables benchmarks to use the features, such as Db
[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"
name = "atomic-server"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.34.0"
version = "0.34.1"
[[bin]]
name = "atomic-server"
path = "src/bin.rs"
Expand Down

0 comments on commit ae3d966

Please sign in to comment.