PackageTrack

Go modules · #2743 by repository stars

github.com/timandy/routine

v1.1.6timandy/routine

Release timeline

65 releases since 2021
20212026

Releases

  1. v1.0.115 Dec 2021
    Release notes2 sources agree

    Features

    • Improve performance by use slice to store goroutine local values.
    • Optimize clearDeadStore() method.
    Open source →
  2. v1.0.010 Dec 2021
    Release notes2 sources agree

    This is the first stable version available for production. It is highly recommended to upgrade to this version if you have used a previous version.

    Bugs

    • Fix NewLocalStorage() always return the same value, so we can define multi LocalStorage instances.
    • Fix NewLocalStorage() clear other LocalStorage's value.
    • Fix RestoreContext() not clear values when restore from empty *ImmutableContext.

    Features

    • Not force create store when invoke Get(), Remove(), Clear(), BackupContext() methods to reduce memory usage.

    Changes

    • Rename InheritContext() to RestoreContext().
    • Rename Del() to Remove().
    • Move Clear() method to routine package.
    Open source →
  3. v0.0.23 Dec 2021
    Release notes2 sources agree

    Features

    • Support go version range go1.12 ~ go1.17(New support go1.17).
    • Enable GitHub actions for continuous integration.

    Known Issues

    • NewLocalStorage() always return the same value.
    Open source →
  4. v0.0.2-0.20211203064300-6bc3fe1089d83 Dec 2021pre-release

    Nothing published for this version

  5. v0.0.0-20250818025205-dbdfd72c63e518 Aug 2025pre-release

    Nothing published for this version