Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.10.8 - 2026-01-10
Improved
- General codebase.
1.10.7 - 2026-01-06
Improved
- General codebase.
1.10.6 - 2026-01-05
Added
Changelogfeature to track updates.
1.10.5 - 2026-01-05
Improved
- General codebase.
1.10.4 - 2026-01-05
Improved
- General codebase.
1.10.3 - 2026-01-04
Improved
- General codebase.
1.10.2 - 2026-01-02
Fixed
- Typos in docs.
1.10.1 - 2026-01-02
Added
- Favorite characters API (add, list, delete).
1.9.18 - 2025-12-31
Changed
- Temporarily removed "requests over the last day" metric due to counter aggregation logic. Will be reintroduced with proper time-bucketed counters in a future update.
1.9.17 - 2025-12-31
Improved
- General codebase.
1.9.16 - 2025-12-30
Improved
- General codebase.
1.9.15 - 2025-12-24
Fixed
- Minor bugs.
1.9.14 - 2025-11-05
Fixed
- Minor bugs.
1.9.13 - 2025-10-28
Improved
- About page.
1.9.12 - 2025-10-25
Improved
- General codebase.
1.9.11 - 2025-10-23
Fixed
- Callback is not sent when unexisted instance requested.
1.9.10 - 2025-10-05
Fixed
- Minor bugs.
1.9.9 - 2025-10-03
Fixed
- Over the day requests counter.
1.9.8 - 2025-10-03
Improved
- General codebase.
1.9.7 - 2025-10-03
Improved
- General codebase.
1.9.6 - 2025-10-03
Improved
- Server stability.
1.9.5 - 2025-08-25
Fixed
- GraphQL offset limit.
Improved
- Violation message for GraphQL error.
1.9.4 - 2025-08-03
Improved
- General codebase
1.9.3 - 2025-07-28
Fixed
- Requests counter is not increasing
1.9.2 - 2025-07-26
Improved
- Main page load speed
1.9.1 - 2025-07-26
Fixed
- 500 error on secret message request
1.9.0 - 2025-05-21
Added
- Endpoint to retrieve random character
- Endpoint to retrieve random episode
- Endpoint to retrieve random season
1.8.6 - 2025-05-09
Added
- Total API requests counter to the main page (except GraphQL request)
1.8.5 - 2025-04-18
Improved
- General codebase
Fixed
- 500 error when character id > 2147483647 provided
1.8.4 - 2025-03-26
Improved
- General codebase
- FuturamaAPI stability
1.8.3 - 2025-03-16
Fixed
- Secret message return URL
Improved
- General codebase
1.8.2 - 2024-03-14
Improved
- General codebase
1.8.1 - 2024-02-01
Improved
- General codebase
1.8.0 - 2024-12-7
Fixed
- Minor bugs
Improved
- General codebase
Added
- Link to GitHub as it's much easier for you to find source code
Deprecated
/api/users/listendpoint. Instead, it's advised to use/api/usersendpoint
1.7.1 - 2024-11-15
Fixed
- Minor bugs
1.7.0 - 2024-09-24
Added
- Now we are following your notes to enhance user experience.
1.6.1 - 2024-09-14
Fixed
- Minor bugs
1.6.0 - 2024-09-13
Added
- URL to track site uptime status to the about page
1.5.2 - 2024-09-11
Security
- Updated libraries. This addresses the following vulnerability:
- CWE-1395.
1.5.1 - 2024-09-08
Fixed
- Minor bugs
1.5.0 - 2024-09-06
Changed
- From now, shortened users links are available only with /s/ prefix in the path. Example: https://futuramaapi.com/s/qaSon2Q
1.4.1 - 2024-09-06
Fixed
- Minor bugs
1.4.0 - 2024-09-04
Added
- Project description to docs
- Link to go back home
1.3.2 - 2024-08-28
Fixed
- Minor bugs
1.3.1 - 2024-07-22
Improved
- Codebase
Fixed
- Small bugs
1.3.0 - 2024-07-13
Added
- Retrieve users
- Search users by username
1.2.1 - 2024-07-13
Fixed
- Logout through UI
1.2.0 - 2024-07-12
Added
- Kindly Sign In and Log Out via UI
1.1.3 - 2024-07-07
Fixed
- GraphQL API for Character, Characters, Episode and Season
1.1.2 - 2024-07-06
Fixed
- Don't raise Internal Server Error on Not Found error
1.1.1 - 2024-07-06
Added
- Secret messages are being stored in a secure way
- After first shown secret messages are removed
Security
- Updated libraries. This addresses the following vulnerability:
- CVE-2024-39689.
1.1.0 - 2024-06-04
Added
- Secret messages generation that can be shown only once
1.0.8 - 2024-05-28
Added
- Shortened URLs generation. Sign-up and generate shortened URLs like https://futuramaapi.com/AAAAAAA. For now auto generation available only
- Paginated shortened URLs retrieve
- Link retrieve by link id
Security
- Improved the code
1.0.7 - 2024-05-24
Fixed
- Callback can cause server errors
1.0.6 - 2024-05-18
Security
- Updated libraries. This addresses the following vulnerability:
- CVE-2024-37891.
1.0.5 - 2024-05-17
Improved
- Documentation
1.0.4 - 2024-05-17
Added
- Password reset feature
1.0.3 - 2024-05-13
Fixed
- View URL on index page
1.0.2 - 2024-05-12
Fixed
- Project version in documentation
Improved
- Code base
1.0.1 - 2024-05-12
Added
- Button spacing for mobile
- FuturamaAPI version to header
1.0.0 - 2024-05-01
Added
- API: Character selection by id
- API: Paginated characters selection by gender, status, species, order by, order by direction
- API: Character search by name
- API: Episode selection by id
- API: Paginated episodes selection
- API: Season selection by id
- API: Paginated seasons selection
- API: Callbacks for characters, episodes, seasons
- API: Server Sent Events (SSE) for characters
- API: User registration
- API: User authorization
- API: User activation
- API: User confirmation resend message
- API: User information update
- GraphQL: Character selection by id
- GraphQL: Paginated (Edged) characters selection by gender, status, species, order by, order by direction
- GraphQL: Episode selection by id
- GraphQL: Paginated (Edged) episodes selection
- GraphQL: Season selection by id
- GraphQL: Paginated (Edged) seasons selection