From 4c3b1a1c0143b22d9b6193c3d09df95c7dee8a52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:20:55 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- version.txt | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5bc78..991587e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## [1.0.0](https://github.com/derlin/rickroller/compare/v0.1.1...v1.0.0) (2022-12-22) + + +### ⚠ BREAKING CHANGES + +* add optional URL shortening (requires persistence) + +* always run build, publish only on develop+main ([158e703](https://github.com/derlin/rickroller/commit/158e70396da57aee76938c2ea1866488e85da2a4)) +* upgrade and align Python OS images ([17070f7](https://github.com/derlin/rickroller/commit/17070f79d2b81b35fffb208f97c23cbd275ed3f8)) + + +### 💬 Documentation + +* add persistance and quickstart documentation ([580fd23](https://github.com/derlin/rickroller/commit/580fd23c5be29242cc8bdf0b704b5d12a7c3bc0a)) + + +### 🚀 Features + +* add limit on records in DB based on the client IP ([a113bee](https://github.com/derlin/rickroller/commit/a113beee9cacbfa4b9fc25af41149a456dba47c7)) +* add loading indicator ([2fed676](https://github.com/derlin/rickroller/commit/2fed6762621dd0b8334cd4d38b9a6c179263a917)) +* add optional URL shortening (requires persistence) ([1c5b6bd](https://github.com/derlin/rickroller/commit/1c5b6bd922a879061153f1a33aaf8dd33483f0c5)) +* deploy to divio ([ed4269a](https://github.com/derlin/rickroller/commit/ed4269adf02c0490a993eb70e8479895c96c5aea)) +* improve rickrolling using <base> tag ([bc5f840](https://github.com/derlin/rickroller/commit/bc5f84038e3b5eef76b1f34c70662f3cb86473bc)) +* make cleanup units configurable ([a34048e](https://github.com/derlin/rickroller/commit/a34048e46ca020693947e8609190255f8501e518)) +* support MongoDB databases ([eb5b43f](https://github.com/derlin/rickroller/commit/eb5b43f6ba3648dfef91b0d0378433994d898b3f)) + + +### 🦀 Build And CI + +* change exposed port to 80 ([600a849](https://github.com/derlin/rickroller/commit/600a8498d5166243ea54745c5f60458b3cba32f8)) +* fix missing group in Dockerfile ([29eeeef](https://github.com/derlin/rickroller/commit/29eeeef0bc11a6d76ca936b590ef984baa4c9b3d)) + + +### 🐛 Bug Fixes + +* add CSRF token ([f876402](https://github.com/derlin/rickroller/commit/f876402eb19ac392c4f1d5e7f23a1fbf8bf0c77f)) +* allow safe redirects ([b30f806](https://github.com/derlin/rickroller/commit/b30f806f9755c06ebd6ed41d12c2076a05c784b9)) +* avoid SSRF ([1138969](https://github.com/derlin/rickroller/commit/1138969b5a73444090eb22cae24142511b8a93a6)) +* do not allow redirects (SSRFs) ([92a855e](https://github.com/derlin/rickroller/commit/92a855e21d785d78539ece2dbd3a5dc338005935)) +* ensure postgres and postgresql dialects are treated the same ([c10e3d1](https://github.com/derlin/rickroller/commit/c10e3d1498952cfd570be510ba09605672a558e4)) +* missing commit on SQL and remove rollback ([20b84fa](https://github.com/derlin/rickroller/commit/20b84fab8124564606378b09af614c06c9d48592)) +* show app logs when running on gunicorn and change format ([2df4ebf](https://github.com/derlin/rickroller/commit/2df4ebf1a256d94b8913737f55bff86419721f9e)) +* support log level DEBUG ([e22091c](https://github.com/derlin/rickroller/commit/e22091c6baac3d9c8291a1948efbf61573aa9375)) +* use factory pattern for app ([7fd4007](https://github.com/derlin/rickroller/commit/7fd4007e3d44943806f6f2fd1692cee8b2e3077f)) +* wrong import of HTTPException ([4eed903](https://github.com/derlin/rickroller/commit/4eed903d7123af209f4d3e51ed90fed3f4acbebe)) + ## [0.1.1](https://github.com/derlin/rickroller/compare/v0.1.0...v0.1.1) (2022-12-03) diff --git a/pyproject.toml b/pyproject.toml index 49aa8fd..c95c6eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rickroll" -version = "0.1.1" +version = "1.0.0" description = "" authors = ["derlin"] diff --git a/version.txt b/version.txt index fce7d2d..8091228 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.1 # x-release-please-version +1.0.0 # x-release-please-version