All Versions
16
Latest Version
Avg Release Cycle
28 days
Latest Release
1288 days ago

Changelog History
Page 1

  • v2.4.3

    October 15, 2020
  • v2.4.2

    August 29, 2020
  • v2.4.1

    May 27, 2020
  • v2.4.0 Changes

    May 11, 2020

    πŸ”‹ Features

    • πŸ‘Œ Support customized logger e507ae3
    • πŸ‘Œ Support unlimited pool (#90)

    πŸ›  Bugfixes

    • πŸ›  Fix a bug that doesn't release lock (#79)

    Misc

    • βž• Add go1.14 support on CI
    • Leverage reviewdog as automated code review tool 77a3da4
    • πŸ›  Fix code issues d55cc24
    • πŸ›  Fix indent on README (#89)
  • v2.3.1

    February 26, 2020
  • v2.3.0 Changes

    February 02, 2020

    πŸ”‹ Feature

    • βž• Add a feature of rebooting a released pool d32d668
    • βœ… Testing ants on multiple operating systems 73c26bc

    Optimization

    • βœ… Leverage tool testify to refine unit-test code ea787e5
    • πŸ”€ sync.Pool opt 3bfc4f2
  • v2.2.2 Changes

    October 20, 2019

    ⚑️ Optimize loop queue of workers.

  • v2.2.1 Changes

    October 13, 2019

    ⚑️ Optimize the logic when putting worker back to sync.Pool.

  • v2.2.0 Changes

    October 13, 2019

    βž• Add loop-queue for workers.

  • v2.1.1 Changes

    October 05, 2019

    πŸ”€ Refine the logic of sync.Pool.