Skip to content

Releases: YasnaTeam/callbacker

Go Mod!

23 Aug 15:53
bf2f6e6
Compare
Choose a tag to compare

From this version, callbacker uses go mod as its default dependency manager.

v1.3

03 Feb 12:38
decf94c
Compare
Choose a tag to compare
force server to listen on IPv4

v1.2.1

09 Aug 14:57
c43555b
Compare
Choose a tag to compare

This release will

  • make header compatible to receiver

v1.2

07 Aug 15:32
c43555b
Compare
Choose a tag to compare

In this release:

  • fix bug of allocating memory to requests with a large body
  • add desktop notification support (you can enable it now with -n flag). Now MS Windows is not supported for sending desktop notification and it's very welcome to add this feature to callbacker.

v1.1

07 Aug 07:47
34f56cc
Compare
Choose a tag to compare

Add support of binding port of serving client on server to an specific address. It can be done with flag p with this formats:

  • -p 2424
  • -p :2424
  • -p google.com:2424
  • -p 127.0.0.1:2424

Hi!

02 Aug 16:55
b68cc5a
Compare
Choose a tag to compare
Hi!

The first version of callbacker has been released 💯.