File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.11.4] - 2026-01-18
8+
9+ ### Deprecated
10+
11+ - ` /api/users/links ` endpoint. Instead, it's advised to use ` /api/links ` endpoint
12+ - ` /api/users/links/{link_id} ` endpoint. Instead, it's advised to use ` /api/links/{link_id} ` endpoint
13+
14+ ### Improved
15+
16+ - General codebase.
17+
718## [ 1.11.3] - 2026-01-17
819
920### Improved
@@ -468,6 +479,7 @@ For now auto generation available only
468479- GraphQL: Season selection by id
469480- GraphQL: Paginated (Edged) seasons selection
470481
482+ [ 1.11.4 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.4
471483[ 1.11.3 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.3
472484[ 1.11.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.2
473485[ 1.11.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "futuramaapi"
33
44[tool .poetry ]
55name = " futuramaapi"
6- version = " 1.11.3 "
6+ version = " 1.11.4 "
77description = " Inspired REST and GraphQL API based on TV show Futurama."
88authors = [
" Ivan Koldakov <[email protected] >" ]
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments