Releases: stcarrez/ada-servlet
Releases · stcarrez/ada-servlet
Ada Servlet 1.7.1
Ada Servlet 1.7.0
- Feature #14: Monitoring the health of the AWS instance
Ada Servlet 1.6.0
- Fix #4: Alire servletada_aws GNAT project fails due to missing Naming rule
- Fix #5: The Input_Line_Size_Limit parameter is not taken into account
- Fix #6: GNAT configuration project is not correct to build with debugging
- Fix #7: Constraint error raised when matching empty path routes
- Fix #11: Support for Embedded Web Server
- Fix #12: Support for multiple response types in REST operations
Ada Servlet 1.5.2
- Fix for GNAT 2021
Ada Servlet 1.5.1
- Cleanup the examples
- Fix registration and support of application with an empty registration URI
Version 1.5.0 - Nov 2020
- Added support for PATCH and fix OPTIONS and HEAD requests
- Added a Docker image to play with Ada Servlet
Version 1.4.0 - May 2020
- Added support to configure the web container
Version 1.3.0 - Dec 2019
- Rename GNAT project into servletada
- Fix REST servlet when a 404 error is returned.
Ada Servlet 1.2.0
- New REST servlet with support for server API implementation
- Add support for servlet requests to retrieve the body content as a stream
- Moved the Ada Servlet implementation outside of Ada Server Faces in a separate project