Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release v0.0.1-webhookfn
  • Loading branch information
ynguyensegment committed Aug 30, 2019
commit d2152144b7cfb6927c695fc92ace19fb06673424
19 changes: 19 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

v0.0.1-webhookfn / 2019-08-30
=============================

* Add client configurations
* Move reader to within retry loop, means it will work after first request (#7)
* Log actual request object when Set call fails.
* Updating tableize method call.
* Make close return an error, remove call to reset()
* Use `atomic.CompareAndSwapInt64` in Close
* Using unbuffered exit channel to fix race condition.
* Close channel after sending signal to exit
* Make NewConcurrentMap private
* Add validation, Client Tests, Reset buffers on close
* Update cmap.go
* Change check if closed
* Wait for completition
* First commit
* Initial commit