Skip to content

Releases: meson10/gottp

Improvements with the Error Redirection

28 Jun 16:51
Compare
Choose a tag to compare
Merge pull request #13 from Simversity/v3

Raise 301 only when its a redirect

Redirects should not be followed in testing

28 Jun 16:32
Compare
Choose a tag to compare
Merge pull request #12 from Simversity/v3

Testing should not follow redirects

Improvement for request parameters.

28 Jun 10:28
Compare
Choose a tag to compare
Merge pull request #11 from Simversity/v3

V3

Version 3

12 Jun 01:09
Compare
Choose a tag to compare

The new Gottp release carries a lot of improvements:

  1. Sample test cases to build test suites for projects using Gottp.
  2. Handlers are consumed in the same way as external handlers would be consumed.

Merged Pull requests for bug fixes

28 Apr 07:49
Compare
Choose a tag to compare
Merge pull request #9 from ParthDesai/master

Fixing bug in request and making skip by default 0

Gottp allows redirects.

16 Apr 07:25
Compare
Choose a tag to compare
v2.5

Redirect is a part of gottp

Handle bubbled exceptions

10 Apr 08:21
Compare
Choose a tag to compare
v2.4

Merge branch 'master' of github.com:simversity/gottp

Documentation on background workers

14 Mar 17:30
Compare
Choose a tag to compare

Add documentation for Background workers and promote to a non-beta release.

Allow gottp workers to register background workers

26 Feb 10:25
Compare
Choose a tag to compare
Merge pull request #8 from ParthDesai/feature/worker

Feature/worker

Attach Cleanup Listeners

24 Feb 10:16
Compare
Choose a tag to compare
Pre-release
Interrupt cleanups for all ports

* Be it Domain Socket or TCP Socket. Atach the cleanup listener.
* Add functiionality for attaching exit callbacks.