Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.4"
".": "0.14.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.14.0](https://github.com/BirknerAlex/silo/compare/v0.13.4...v0.14.0) (2026-09-09)


### Features

* **audit:** let a deployment stop auditing what a pull-through captures ([df9d16b](https://github.com/BirknerAlex/silo/commit/df9d16baa3f35ba56919b9b41d612bd1705697c2))
* **upstreams:** route by priority and package-name globs, not by alphabet ([7090b26](https://github.com/BirknerAlex/silo/commit/7090b2606af6a4bd2d269875179f6f661f300228))


### Bug fixes

* **http:** report a database outage during authentication as 503, not 401 ([5efe726](https://github.com/BirknerAlex/silo/commit/5efe726cdb7e94e5b53280bf98e6435832473128))
* **npm:** drop an upstream's cached index after a lazy per-name sync ([7874fdd](https://github.com/BirknerAlex/silo/commit/7874fdd088efcda2f9428aedddecf6b1044658d9))
* **npm:** resolve a tarball-first miss in one pass over its lookups ([c70674b](https://github.com/BirknerAlex/silo/commit/c70674ba5785f3a68ecd24ddf200a81cdd5d99d3))
* **publish:** render an index on the transaction's own connection, not a second pooled one ([7288647](https://github.com/BirknerAlex/silo/commit/7288647132b002bb6565cba1e62ded0c155ef480))
* **pull-through:** only load one package name's upstream rows when regenerating an npm index ([6cff5ab](https://github.com/BirknerAlex/silo/commit/6cff5ab2e63955b69636930e4cac5e5293cd63a1))
* **pull-through:** resolve an npm tarball miss by package name, not by filename alone ([909ee39](https://github.com/BirknerAlex/silo/commit/909ee39b232e09eb82147b8486065e972edcf133))


### Performance

* **upstreams:** upsert synced upstream packages in batched statements ([d8ff9d9](https://github.com/BirknerAlex/silo/commit/d8ff9d97a62160b77e950ba1edfd9236db2cd907))

## [0.13.4](https://github.com/BirknerAlex/silo/compare/v0.13.3...v0.13.4) (2026-09-08)


Expand Down
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
# configured with `release-type: simple` and explicit `extra-files` rather
# than `rust`: the Rust strategy applies a `[package]` updater to this
# file, and this file is a virtual workspace root with no `[package]`.
version = "0.13.4"
version = "0.14.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/BirknerAlex/silo"
Expand Down
4 changes: 2 additions & 2 deletions charts/silo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ type: application
# three together from the commit history. The `x-release-please-version`
# markers are what it looks for. ci/check-chart.py asserts they have not
# drifted.
version: 0.13.4 # x-release-please-version
appVersion: "0.13.4" # x-release-please-version
version: 0.14.0 # x-release-please-version
appVersion: "0.14.0" # x-release-please-version
home: https://github.com/BirknerAlex/silo
sources:
- https://github.com/BirknerAlex/silo
Expand Down