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
40 changes: 0 additions & 40 deletions .github/dependabot.yml

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 3.1.0-stage.7 (2026-02-11)

* fix: enable HTTP/3 and QUIC by default in workload (#385) ([c60e53c](https://github.com/aziontech/lib/commit/c60e53c)), closes [#385](https://github.com/aziontech/lib/issues/385)

## 3.1.0-stage.6 (2026-02-10)

* fix: extract firewall behaviors schema and add runtime validation (#384) ([bd4b04e](https://github.com/aziontech/lib/commit/bd4b04e)), closes [#384](https://github.com/aziontech/lib/issues/384)
* chore: remove dependabot workflow (#373) ([6570a19](https://github.com/aziontech/lib/commit/6570a19)), closes [#373](https://github.com/aziontech/lib/issues/373)
* chore: update deps (#371) ([2faebc8](https://github.com/aziontech/lib/commit/2faebc8)), closes [#371](https://github.com/aziontech/lib/issues/371)

## 3.1.0-stage.5 (2026-01-30)

* fix: restructure firewall rules schema to support multiple behaviors and criteria (#366) ([429722d](https://github.com/aziontech/lib/commit/429722d)), closes [#366](https://github.com/aziontech/lib/issues/366)

## 3.1.0-stage.4 (2026-01-27)

* fix: change ES module output extension from .mjs to .js in presets (#365) ([e138dd5](https://github.com/aziontech/lib/commit/e138dd5)), closes [#365](https://github.com/aziontech/lib/issues/365)

## 3.1.0-stage.3 (2026-01-27)

* feat: migrate build system from tsup to vite (#354) ([d4130a8](https://github.com/aziontech/lib/commit/d4130a8)), closes [#354](https://github.com/aziontech/lib/issues/354)

## 3.1.0-stage.2 (2026-01-15)

* feat: add KV configuration support (#350) ([1a344ca](https://github.com/aziontech/lib/commit/1a344ca)), closes [#350](https://github.com/aziontech/lib/issues/350)

## 3.1.0-stage.1 (2026-01-13)

* feat: add KV storage polyfill for local development (#349) ([6d4d6f9](https://github.com/aziontech/lib/commit/6d4d6f9)), closes [#349](https://github.com/aziontech/lib/issues/349)

## 3.0.0 (2026-01-12)

* Merge pull request #347 from aziontech/stage ([7302c73](https://github.com/aziontech/lib/commit/7302c73)), closes [#347](https://github.com/aziontech/lib/issues/347)
Expand Down
Loading