8000 Tags · Prastiwar/Go-flow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Prastiwar/Go-flow

Tags

v1.0.1

Toggle v1.0.1's commit message
Merge branch 'main' of https://github.com/Prastiwar/Go-flow

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare repository for release (#40)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve defensiveness in memory limiter ctor (#39)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add context to Load (#34)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix reflection cast As, add cast Parse (#33)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sliding window with segmentation to rate (#30)

* Add slidingwindow, implement store, refactor and bug-fixes

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[datas][config] New encoding/decoding package (#29)

* Introduce datas package

* Migrate config decoders to use datas package

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add context to retry execute (#28)

* Breaking change: change retry.Policy.Execute definition from Execute(fn func() error) error to Execute(ctx context.Context, fn func() error) error

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[di][config][logf][mocks] Tests and mocks refactor (#26)

* add `Download` section to `README.md`
* describe new approach in testing packages in `CONTRIBUTING.md`
* all test files were refactored to fit new requirements
* create mocks for every interface
* add panic with proper message when mocked function is nil
* [config] rename and export opt to DefaultOpt
* [di] add Constructor interface and refactor code
* [di] REMOVE `Register(ctors ...any)` from `Container` interface (breaking change)
* [di] add `Service` type
* [di] add `Scope() Container` to `Container` interface
* [di] add `Services() []Service` to `Container` interface
* [logf] move mocks to `tests/mocks/logf.go` (breaking change)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[rate] Rate-limiting contracts (#25)

* Add rate package
* Add httpf rate limiting middleware
0