v0.2-nightly
Pre-release
Pre-release
This release comes with a few changes and dependency upgrades. v0.3-nightly should contain actual features like repository and organization member support and the web UI.
Additions
- OpenAPI support is available on the server, which you can access from
<server url>/openapi.json
or<server url>/openapi.yaml
. Documentation for charted-server will be relied on the official instance for API endpoints and official SDKs for charted-server will exist around October to November 2022. - Elastic APM tracing is supported, but it is very limiting. We do plan to support anything that supports the OpenTelemetry API.
- Images for the Cassandra database should be available from the
ghcr.io/charted-dev/charted/migrations
image, not sure! - Generating instance UUIDs for Noelware Analytics can be disabled with the
CHARTED_NO_ANALYTICS
environment variable. - Docker image will use JDK 19 instead of JDK 18 (thanks #122 by @renovate-bot)
Dependency Updates
- Upgrade io.insert-koin:koin-core from v3.2.0 to v3.2.1 by @renovate-bot in #89
- Upgrade Helm release postgresql from ~11.8.0 to ~11.9.0 by @renovate-bot in #59
- Upgrade Helm release cassandra from to ~9.5.0 by @renovate-bot in #90
- Upgrade org.slf4j dependencies (
org.slf4j:slf4j-api
,org.slf4j:slf4j-simple
) from 2.0.0 to 2.0.1 by @renovate-bot in #94, #104, #125, #106 - Upgrade com.google.protobuf:protoc dependency from 3.21.5 to 3.21.7 by @renovate-bot in #64
(this is not all of the dependency updates, check the changelog below to go through all of them)
Full Changelog: 1.1.1-nightly...1.2.0-nightly