Releases: YasnaTeam/callbacker
Releases · YasnaTeam/callbacker
Go Mod!
From this version, callbacker
uses go mod
as its default dependency manager.
v1.3
force server to listen on IPv4
v1.2.1
This release will
- make header compatible to receiver
v1.2
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
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!
The first version of callbacker
has been released 💯.