PackageTrack
Sign in Get early access

github.com/qiniu/goc

v1.4.5 #1953 most downloaded on Go modules qiniu/goc

What this package is like to depend on

Last release 3 months ago

03 May 2026

Ships unpredictably

gaps range from 2 weeks to 1.5 years

Some releases are documented

notes for 9 of 24 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

82 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

82 releases · May 2020 to May 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 82
  1. v1.4.6-0.20260503065636-ef2d99243fc2 03 May 2026 pre-release

    Nothing published for this version

  2. v1.4.6-0.20241115101606-2bab169b7dc1 15 Nov 2024 pre-release

    Nothing published for this version

  3. v1.4.6-0.20240219093412-8ac46572fd0f 19 Feb 2024 pre-release

    Nothing published for this version

  4. v1.4.6-0.20231201062918-ee034f5c8372 01 Dec 2023 pre-release

    Nothing published for this version

  5. v1.4.6-0.20231022091708-5c8c1f41b6d3 22 Oct 2023 pre-release

    Nothing published for this version

  6. v1.4.6-0.20230321120623-46eb9e6e351b 21 Mar 2023 pre-release

    Nothing published for this version

  7. v1.4.5 19 Mar 2023
    Release notes

    What's Changed

    • chore: update installation method by @CarlJi in #308
    • build(deps): bump minimatch and mocha in /tools/vscode-ext by @dependabot in #319
    • Append Goc suffix in injected funtion name, to avoid declaration conflict in main pkg. by @Blaxon in #326
    • chore: grep failed when in some special scenario by @CarlJi in #327
    • build(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 by @dependabot in #323
    • Fix concurrent map iteration & write issue by @Blaxon in #329
    • chore: enhance CI by @CarlJi in #331

    New Contributors

    Full Changelog: v1.4.4...v1.4.5

    Open source →
  8. v1.4.5-0.20230224092521-6a0f9cc8d652 24 Feb 2023 pre-release

    Nothing published for this version

  9. v1.4.5-0.20221111063124-5868a3e8136e 11 Nov 2022 pre-release

    Nothing published for this version

  10. v1.4.5-0.20220917042636-855510bde058 17 Sep 2022 pre-release

    Nothing published for this version

  11. v1.4.4 05 Sep 2022
    Release notes

    What's Changed

    • chore: rename log package in order to avoid conflict by @CarlJi in #305

    Full Changelog: v1.4.3...v1.4.4

    Open source →
  12. v1.4.3 31 Aug 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.4.2...v1.4.3

    Open source →
  13. v1.4.3-0.20220807033116-4f377e57a43f 07 Aug 2022 pre-release

    Nothing published for this version

  14. v1.4.3-0.20220805094316-fd3df3e666c3 05 Aug 2022 pre-release

    Nothing published for this version

  15. v1.4.2 21 Jul 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.4.1...v1.4.2

    Open source →
  16. v1.4.2-0.20220721112854-50b62f051049 21 Jul 2022 pre-release

    Nothing published for this version

  17. v1.4.1 23 Jun 2022
    Release notes

    What's Changed

    • feat: use force by default to be user friendly by @CarlJi in #285

    Full Changelog: v1.4.0...v1.4.1

    Open source →
  18. v1.4.0 15 Apr 2022
    Release notes

    What's Changed

    • support generics, #277
    • ci: build release artifacts for more architectures, #278

    Full Changelog: v1.3.9...v1.4.0

    Open source →
  19. v1.3.10-0.20220415072022-37231425ffbf 15 Apr 2022 pre-release

    Nothing published for this version

  20. v1.3.10-0.20220331010617-32647eaebd8a 31 Mar 2022 pre-release

    Nothing published for this version

  21. v1.3.10-0.20220329125035-26d2ac7975a6 29 Mar 2022 pre-release

    Nothing published for this version

  22. v1.3.10-0.20220313075423-d59cb4333240 13 Mar 2022 pre-release

    Nothing published for this version

  23. v1.3.10-0.20220214021550-94f7a46103e4 14 Feb 2022 pre-release

    Nothing published for this version

  24. v1.3.10-0.20220123024627-0c112a00b194 23 Jan 2022 pre-release

    Nothing published for this version

  25. v1.3.10-0.20220116032913-3ca1626d8335 16 Jan 2022 pre-release

    Nothing published for this version

  26. v1.3.9 22 Nov 2021
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.3.8...v1.3.9

    Open source →
  27. v1.3.9-0.20211122150600-1537615a5e38 22 Nov 2021 pre-release

    Nothing published for this version

  28. v1.3.9-0.20211115091236-e30041d69d68 15 Nov 2021 pre-release

    Nothing published for this version

  29. v1.3.9-0.20211026063100-4b501e11a8c7 26 Oct 2021 pre-release

    Nothing published for this version

  30. v1.3.8 05 Oct 2021
    Release notes

    What's Changed

    • vulnerability fix: upgrade gin from v1.6.3 to v1.7.2 by @CarlJi in #212
    • doc: provide one command to install goc by @CarlJi in #213
    • build(deps): bump path-parse from 1.0.6 to 1.0.7 in /tools/vscode-ext by @dependabot in #217
    • Update README_zh.md by @stardustman in #219
    • fixed: optimize the local operation mode and add custom agentport and center server by @alonelucky in #228
    • build(deps): bump axios from 0.21.1 to 0.21.2 in /tools/vscode-ext by @dependabot in #235
    • feat: 使用mod=vendor时候不应该更新go.mod文件 by @socket515 in #237

    New Contributors

    Full Changelog: v1.3.7...v1.3.8

    Open source →
  31. v1.3.8-0.20210914094942-5608940db42c 14 Sep 2021 pre-release

    Nothing published for this version

  32. v1.3.8-0.20210908025714-99a9075980f4 08 Sep 2021 pre-release

    Nothing published for this version

  33. v1.3.8-0.20210825043255-712fea2b2446 25 Aug 2021 pre-release

    Nothing published for this version

  34. v1.3.8-0.20210815090424-fe96cb6d356d 15 Aug 2021 pre-release

    Nothing published for this version

  35. v1.3.8-0.20210813035036-b305d13c84cb 13 Aug 2021 pre-release

    Nothing published for this version

  36. v1.3.8-0.20210806030235-d712a958a0f5 06 Aug 2021 pre-release

    Nothing published for this version

  37. v1.3.8-0.20210719040531-e7d3c61f48f3 19 Jul 2021 pre-release

    Nothing published for this version

  38. v1.3.8-0.20210624014536-7da52236182f 24 Jun 2021 pre-release

    Nothing published for this version

  39. v1.3.8-0.20210610015145-4ceb5a2fd5a5 10 Jun 2021 pre-release

    Nothing published for this version

  40. v1.3.7 01 Jun 2021
    Release notes

    Feature

    • goc build or goc install command supports --singleton flag, which can let the covered service runing without goc server #191 (Author: @Rrylee )
    Open source →
  41. v1.3.7-0.20210601062000-45aee23e7e6d 01 Jun 2021 pre-release

    Nothing published for this version

  42. v1.3.7-0.20210601020927-a5ee3c20087f 01 Jun 2021 pre-release

    Nothing published for this version

  43. v1.3.7-0.20210524015853-1441232f338e 24 May 2021 pre-release

    Nothing published for this version

  44. v1.3.7-0.20210516023040-7dea0731bf3a 16 May 2021 pre-release

    Nothing published for this version

  45. v1.3.7-0.20210511123531-63c7438a635d 11 May 2021 pre-release

    Nothing published for this version

  46. v1.3.7-0.20210508021320-7fe6cf95d751 08 May 2021 pre-release

    Nothing published for this version

  47. v1.3.7-0.20210430085805-cbe6eefbc531 30 Apr 2021 pre-release

    Nothing published for this version

  48. v1.3.7-0.20210401092715-0469aef6d9e3 01 Apr 2021 pre-release

    Nothing published for this version

  49. v1.3.7-0.20210323080913-6e0de1829275 23 Mar 2021 pre-release

    Nothing published for this version

  50. v1.3.6 18 Mar 2021

    Nothing published for this version

  51. v1.3.6-0.20210304115250-6a973e0c7b40 04 Mar 2021 pre-release

    Nothing published for this version

  52. v1.3.6-0.20210224124142-6c54d9797880 24 Feb 2021 pre-release

    Nothing published for this version

  53. v1.3.5 18 Feb 2021

    Nothing published for this version

  54. v1.3.5-0.20210218021903-42f0dfc18e24 18 Feb 2021 pre-release

    Nothing published for this version

  55. v1.3.5-0.20210217095102-719c8f2730d2 17 Feb 2021 pre-release

    Nothing published for this version

  56. v1.3.4 17 Feb 2021

    Nothing published for this version

  57. v1.3.4-0.20210204120244-88c0a97a5c7a 04 Feb 2021 pre-release

    Nothing published for this version

  58. v1.3.4-0.20210126123552-8d406027a00a 26 Jan 2021 pre-release

    Nothing published for this version

  59. v1.3.4-0.20210118035230-60a18d39b786 18 Jan 2021 pre-release

    Nothing published for this version

  60. v1.3.4-0.20210117131035-8a4d7bc39693 17 Jan 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive