Skip to content

Releases: stcarrez/ada-servlet

Ada Servlet 1.7.1

12 Oct 15:07
Compare
Choose a tag to compare
  • Cleanup build environment to drop configure

Ada Servlet 1.7.0

08 Oct 08:00
Compare
Choose a tag to compare
  • Feature #14: Monitoring the health of the AWS instance

Ada Servlet 1.6.0

08 Oct 08:00
Compare
Choose a tag to compare
  • 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

31 Jul 09:11
Compare
Choose a tag to compare
  • Fix for GNAT 2021

Ada Servlet 1.5.1

20 Mar 16:47
Compare
Choose a tag to compare
  • Cleanup the examples
  • Fix registration and support of application with an empty registration URI

Version 1.5.0 - Nov 2020

07 Nov 17:38
Compare
Choose a tag to compare
  • 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

01 May 08:58
Compare
Choose a tag to compare
  • Added support to configure the web container

Version 1.3.0 - Dec 2019

01 May 08:57
Compare
Choose a tag to compare
  • Rename GNAT project into servletada
  • Fix REST servlet when a 404 error is returned.

Ada Servlet 1.2.0

15 Jul 19:27
Compare
Choose a tag to compare
  • 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