⛔ Deprecation Notice ⛔
- Paste id's with symbol characters are being deprecated and will be removed in the future, please use the "Clone & Edit" button to resave under new id (or just delete them).
- api route /api/pastes/{paste id} will no longer return the flat file, but instead the raw paste content
- api route /api/pastes/{paste id}/content will be removed
These are planned for removal in V1.7 see #50
⚠️ New & Changed Configs ⚠️
| Name | Description | Default | Docker Default |
|---|---|---|---|
| CACHE__ENABLE | Whether to enable caching of any type | True | True |
| CACHE__MAX_INTERNAL_SIZE | The max size of the internal cache | 4 | 4 |
| CACHE__REDIS_URI | Use redis for caching (disabled internal) | - | - |
| BRANDING__HIDE_VERSION | Hide the app version number | False | False |
Change Log
Added
- Simple paste creation through the api
- Ability to hide version number
- Optional caching with internal or redis
Changed
- Code refactoring
- Update requirements
- Dependency updates
Full Changelog: v1.5.0...v1.6.0