Releases: wuespace/deno-asn-generator
Releases · wuespace/deno-asn-generator
v0.4.3
What's Changed
Other Changes
- Use lowercase ASN barcode type in barcode svg generator by @fussel178 in #11
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Warning
In this release, the barcode generation is broken.
What's Changed
Exciting New Features 🎉
- Rewrite configuration / environment logic using
@wuespace/envar
by @pklaschka in #10
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
Other Changes
- Add OIDC callback route to http app by @fussel178 in #9
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Exciting New Features 🎉
- Add OIDC Authentication support by @pklaschka in #5
Other Changes
- Add Stacked PRs CI Workflow by @pklaschka in #6
- Update release automation by @pklaschka in #7
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Add Deno server signal handling by @fussel178 in #2
- Config validation on first start by @pklaschka in #3
- Fix Regenerate button in the UI not keeping the selected namespace
- Fix the deployment guide to mount the correct
DATA_DIR
as Docker volume. - Note the usage of unstable APIs in the
deno.json
New Contributors
- @fussel178 made their first contribution in #2
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Changes
- Documentation improvements
- Enable additional managed namespaces using the
ADDITIONAL_MANAGED_NAMESPACES
option - Enable specifying a custom namespace when generating ASNs
- Add the ability to generate ASNs for specific
ADDITIONAL_MANAGED_NAMESPACES
from the web application - Track statistics on the timing between ASN registrations per namespace
- Add the ability to show registration time statistics using the
stats
CLI command - Add the
bump <n>
CLI command to "bump" namespace counters after restoring a backup to avoid conflicts with ASNs registered after the backup was saved - Enable extendable namespaces (adding additional digits by starting with
9
, cf. ASN_FORMAT_EXAMPLES.md for examples) - Improve the web application usability
- Unify terminology used in the application
- Fix boolean config value parsing
- Add various common APIs
- Various bug fixes and improvements
Full Changelog: v0.2.8...v0.3.0
v0.2.8
v0.2.7
Changes
- Add ability to use central Deno KV server instead of a local SQLite file as the database
- Improve documentation
- Improve ASN metadata
Full Changelog: v0.2.6...v0.2.7