All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.8.1 - 2024-01-11
- General codebase
1.8.0 - 2024-12-7
- Minor bugs
- General codebase
- Link to GitHub as it's much easier for you to find source code
/api/users/list
endpoint. Instead, it's advised to use/api/users
endpoint
1.7.1 - 2024-11-15
- Minor bugs
1.7.0 - 2024-09-24
- Now we are following your notes to enhance user experience.
1.6.1 - 2024-09-14
- Minor bugs
1.6.0 - 2024-09-13
- URL to track site uptime status to the about page
1.5.2 - 2024-09-11
- Updated libraries. This addresses the following vulnerability:
1.5.1 - 2024-09-08
- Minor bugs
1.5.0 - 2024-09-06
- 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
- Minor bugs
1.4.0 - 2024-09-04
- Project description to docs
- Link to go back home
1.3.2 - 2024-08-28
- Minor bugs
1.3.1 - 2024-07-22
- Codebase
- Small bugs
1.3.0 - 2024-07-13
- Retrieve users
- Search users by username
1.2.1 - 2024-07-13
- Logout through UI
1.2.0 - 2024-07-12
- Kindly Sign In and Log Out via UI
1.1.3 - 2024-07-07
- GraphQL API for Character, Characters, Episode and Season
1.1.2 - 2024-07-06
- Don't raise Internal Server Error on Not Found error
1.1.1 - 2024-07-06
- Secret messages are being stored in a secure way
- After first shown secret messages are removed
- Updated libraries. This addresses the following vulnerability:
1.1.0 - 2024-06-04
- Secret messages generation that can be shown only once
1.0.8 - 2024-05-28
- 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
- Improved the code
1.0.7 - 2024-05-24
- Callback can cause server errors
1.0.6 - 2024-05-18
- Updated libraries. This addresses the following vulnerability:
1.0.5 - 2024-05-17
- Documentation
1.0.4 - 2024-05-17
- Password reset feature
1.0.3 - 2024-05-13
- View URL on index page
1.0.2 - 2024-05-12
- Project version in documentation
- Code base
1.0.1 - 2024-05-12
- Button spacing for mobile
- FuturamaAPI version to header
1.0.0 - 2024-05-01
- 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