-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 1.0.0 (2021-03-07) | ||
|
||
|
||
### Features | ||
|
||
* add regex replacement and YYMMDD support ([86e28af](https://github.com/politics-rewired/fly-shortener/commit/86e28af5afef41c6fcf1e24df4b9a78945d50199)) | ||
* allow configuration of 404 response ([45e0157](https://github.com/politics-rewired/fly-shortener/commit/45e0157452b0e1dbd0c9013b9e9d41536e78da94)) | ||
* cache Google access token ([883fd27](https://github.com/politics-rewired/fly-shortener/commit/883fd273f02f06596918f59701f26e12ec474217)) | ||
* disable caching redirect responses ([#19](https://github.com/politics-rewired/fly-shortener/issues/19)) ([c58dc35](https://github.com/politics-rewired/fly-shortener/commit/c58dc35bfe76c7b409b304cdbb9347a14493291a)) | ||
* normalize paths from both sources ([b8d5bb7](https://github.com/politics-rewired/fly-shortener/commit/b8d5bb7cbeedcf595d2948a3e2954a823cea356f)) | ||
* scope non-refresh to path ([7ffb7d7](https://github.com/politics-rewired/fly-shortener/commit/7ffb7d7e69ea528eff6640be0ebeba8bac4b993c)) | ||
* source sheet range from secret ([f8d3e13](https://github.com/politics-rewired/fly-shortener/commit/f8d3e134fbd116b41660b817e2bc936af25ae1e0)) | ||
* switch to Google Sheets as backend ([7978867](https://github.com/politics-rewired/fly-shortener/commit/79788675a4c7835b391b5d4d543f42003ff4a87e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add content-type response header ([43bd9ee](https://github.com/politics-rewired/fly-shortener/commit/43bd9ee679e8f422ac420bbf360d8c425fb6cb84)) | ||
* destination not defiend ([7c4e633](https://github.com/politics-rewired/fly-shortener/commit/7c4e633ac6b8ee7fe6094b9fa7254e97f93b83dd)) | ||
* filter empty records ([efcb454](https://github.com/politics-rewired/fly-shortener/commit/efcb454275f8a98a214e298c6e2bd829363a7d34)) | ||
* prevent caching of per-invocation constants ([#21](https://github.com/politics-rewired/fly-shortener/issues/21)) ([d241e8e](https://github.com/politics-rewired/fly-shortener/commit/d241e8e54eb2f03b94e4d496f3dfebf120834a5c)) | ||
* switch to v8-compatible JWT library ([2b6e8bb](https://github.com/politics-rewired/fly-shortener/commit/2b6e8bbbc7a13a29c4b2b16671097587c6687bfe)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters