File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.13.3] - 2026-02-10
8+
9+ ### Fixed
10+
11+ - Possible SSE memory leak.
12+
13+ ### Improved
14+
15+ - General codebase.
16+
717## [ 1.13.2] - 2026-01-29
818
919### Fixed
@@ -554,6 +564,7 @@ For now auto generation available only
554564- GraphQL: Season selection by id
555565- GraphQL: Paginated (Edged) seasons selection
556566
567+ [ 1.13.3 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.13.3
557568[ 1.13.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.13.2
558569[ 1.13.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.13.1
559570[ 1.12.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.12.2
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.13.2 "
6+ version = " 1.13.3 "
77description = " Inspired REST and GraphQL API based on TV show Futurama."
88authors = [" Ivan Koldakov <ivan.koldakov@gmail.com>" ]
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments