PackageTrack
Sign in Get early access

github.com/yanyiwu/gojieba

v1.4.7 #556 most downloaded on Go modules yanyiwu/gojieba

What this package is like to depend on

Last release 1 months ago

20 Jul 2026

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 32 of 32 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

85 releases · first in 2015

11 releases in the last 12 months

see the full history below

Release timeline

85 releases · Sep 2015 to Jul 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 85
  1. v1.4.8-0.20260720080443-a487e26092f1 20 Jul 2026 pre-release

    Nothing published for this version

  2. v1.4.8-0.20260428071606-977e3db79618 28 Apr 2026 pre-release

    Nothing published for this version

  3. v1.4.8-0.20260323144204-1095e8f8e42f 23 Mar 2026 pre-release

    Nothing published for this version

  4. v1.4.8-0.20260313025429-3ffdfb0384cc 13 Mar 2026 pre-release

    Nothing published for this version

  5. v1.4.8-0.20260311124717-c276eac65c70 11 Mar 2026 pre-release

    Nothing published for this version

  6. v1.4.7 08 Mar 2026
    Release notes

    What's Changed

    • Feat/optimize mem use by @kevinmatthe in #134
    • Call malloc_trim in Free() to return C heap memory to OS on Linux by @Copilot in #135
    • Fix double-free crash and memory leak in Jieba; deprecate WithTrim() by @Copilot in #137

    New Contributors

    • @Copilot made their first contribution in #135

    Full Changelog: v1.4.6...v1.4.7

    Open source →
    Release notes
    • [memory] Optimize memory usage
    • [Free] Call malloc_trim on Linux so released C heap memory can be returned to the OS
    • [Free] Fix double-free crash: Free() now uses an atomic guard so that calling it explicitly while a GC finalizer is also pending does not crash.
    • [NewJieba] Fix memory leak: NewJieba sets a runtime.SetFinalizer so C++ heap memory is released even when the caller never calls Free().
    • [WithTrim] Deprecated WithTrim() — it is now a no-op because Free() already calls Trim() (i.e. malloc_trim on Linux) automatically.
    Open source →
    Release notes

    v1.4.7 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  7. v1.4.7-0.20260305060714-a985395b1184 05 Mar 2026 pre-release

    Nothing published for this version

  8. v1.4.7-0.20260305060435-590cf20d6bcb 05 Mar 2026 pre-release

    Nothing published for this version

  9. v1.4.7-0.20260305055645-7437430e6735 05 Mar 2026 pre-release

    Nothing published for this version

  10. v1.4.7-0.20260305055101-046ca63c9b59 05 Mar 2026 pre-release

    Nothing published for this version

  11. v1.4.7-0.20251127010231-94cbf93b28d6 27 Nov 2025 pre-release

    Nothing published for this version

  12. v1.4.6 04 Jun 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.4.5...v1.4.6

    Open source →
    Release notes
    • [Free] Fix memory release issue
    Open source →
    Release notes

    v1.4.6

    Compare

    Choose a tag to compare

    Open source →
  13. v1.4.6-0.20250604140021-6df97d2c4b3c 04 Jun 2025 pre-release

    Nothing published for this version

  14. v1.4.6-0.20250409005431-51c61c78b50d 09 Apr 2025 pre-release

    Nothing published for this version

  15. v1.4.6-0.20250308120200-db511dbb4ea8 08 Mar 2025 pre-release

    Nothing published for this version

  16. v1.4.6-0.20250117153127-936f63fa215f 17 Jan 2025 pre-release

    Nothing published for this version

  17. v1.4.5 15 Dec 2024
    Release notes

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

    Open source →
    Release notes
    Open source →
    Release notes

    v1.4.5

    Compare

    Choose a tag to compare

    Open source →
    Release notes
    • [Free] Fix double-free crash: Free() now uses an atomic guard so that calling it explicitly while a GC finalizer is also pending does not crash.
    • [NewJieba] Fix memory leak: NewJieba sets a runtime.SetFinalizer so C++ heap memory is released even when the caller never calls Free().
    • [WithTrim] Deprecated WithTrim() — it is now a no-op because Free() already calls Trim() (i.e. malloc_trim on Linux) automatically.
    Open source →
  18. v1.4.5-0.20241215081446-00ae5f7d31d6 15 Dec 2024 pre-release

    Nothing published for this version

  19. v1.4.5-0.20241103094645-2d94b9f54707 03 Nov 2024 pre-release

    Nothing published for this version

  20. v1.4.4 14 Sep 2024
    Release notes
    • [NewJieba][cursor.ai-gen] check if the dictionary files exist
    • [github/actions] go version using 1.20 at least
    • [go.mod] go 1.13->1.17
    • [github/actions] strategy: fail-fast: false
    • [github/actions] add windows os test and remove go-1.17,1.18,1.19
    • [github/actions] stale issues
    Open source →
  21. v1.4.4-0.20240914154054-4574b9378b40 14 Sep 2024 pre-release

    Nothing published for this version

  22. v1.4.4-0.20240914134759-caea370f2c26 14 Sep 2024 pre-release

    Nothing published for this version

  23. v1.4.4-0.20240912133301-2ffeff0bf4ab 12 Sep 2024 pre-release

    Nothing published for this version

  24. v1.4.4-0.20240907125807-de92878be6a6 07 Sep 2024 pre-release

    Nothing published for this version

  25. v1.4.3 07 Sep 2024
    Release notes
    • [compile] add flags: -std=c++11 to fix issue-123
    • [github/actions] add macos os test
    Open source →
    Release notes

    v1.4.3

    Compare

    Choose a tag to compare

    Open source →
  26. v1.4.2 28 Aug 2024
    Release notes
    • use default DICT_PATHs in config.go when args.path is empty str
    • [deps/cppjieba] v5.1.2 -> v5.3.1
    • README update demo url: gojieba-demo
    Open source →
  27. v1.4.2-0.20240817092503-dc7b239ebf38 17 Aug 2024 pre-release

    Nothing published for this version

  28. v1.4.2-0.20240809150221-e0026bfe8673 09 Aug 2024 pre-release

    Nothing published for this version

  29. v1.4.2-0.20240727153320-3119b9c41b63 27 Jul 2024 pre-release

    Nothing published for this version

  30. v1.4.1 20 Jul 2024
    Release notes
    • [limonp] removed deps/limonp
    Open source →
    Release notes

    v1.4.1

    Compare

    Choose a tag to compare

    Open source →
  31. v1.4.0 20 Jul 2024
    Release notes
    • [cppjieba] upgrade cppjieba to v5.1.2
    • [github/actions] go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
    Open source →
  32. v1.3.1-0.20240719022641-d75c19edaba1 19 Jul 2024 pre-release

    Nothing published for this version

  33. v1.3.1-0.20240714013631-95422889d050 14 Jul 2024 pre-release

    Nothing published for this version

  34. v1.3.1-0.20230428021836-ef2f64b008f5 28 Apr 2023 pre-release

    Nothing published for this version

  35. v1.3.0 05 Feb 2023
    Release notes Open source →
  36. v1.2.1-0.20230205035817-aef511070c4f 05 Feb 2023 pre-release

    Nothing published for this version

  37. v1.2.0 16 Oct 2022
    Release notes Open source →
  38. v1.1.3-0.20221016050712-24e398a65935 16 Oct 2022 pre-release

    Nothing published for this version

  39. v1.1.3-0.20221001050704-0f04127426b2 01 Oct 2022 pre-release

    Nothing published for this version

  40. v1.1.3-0.20220731113743-4b465a265114 31 Jul 2022 pre-release

    Nothing published for this version

  41. v1.1.3-0.20220131084353-a30c1dcd29bb 31 Jan 2022 pre-release

    Nothing published for this version

  42. v1.1.3-0.20220122083451-ede0b4d9eeb5 22 Jan 2022 pre-release

    Nothing published for this version

  43. v1.1.3-0.20220109101105-2e179372f081 09 Jan 2022 pre-release

    Nothing published for this version

  44. v1.1.3-0.20201121142330-fcbaac79f0aa 21 Nov 2020 pre-release

    Nothing published for this version

  45. v1.1.3-0.20200531044447-4460d9f13860 31 May 2020 pre-release

    Nothing published for this version

  46. v1.1.2 11 Mar 2020
    Release notes
    • upgrade cppjieba to v5.0.3
    Open source →
    Release notes

    v1.1.2

    Compare

    Choose a tag to compare

    Open source →
  47. v1.1.2-0.20230428021836-ef2f64b008f5 28 Apr 2023 pre-release

    Nothing published for this version

  48. v1.1.2-0.20200222014723-ef87e67f160c 22 Feb 2020 pre-release

    Nothing published for this version

  49. v1.1.1 12 Jan 2020
    Release notes
    Open source →
    Release notes

    v1.1.1

    Compare

    Choose a tag to compare

    Open source →
  50. v1.1.1-0.20191024150423-24ed6e04baa9 24 Oct 2019 pre-release

    Nothing published for this version

  51. v1.1.1-0.20190928160204-81c13762b35e 28 Sep 2019 pre-release

    Nothing published for this version

  52. v1.1.0 15 Sep 2019
    Release notes
    • remove [bleve] to pass travis-ci testing.
    Open source →
  53. v1.0.1-0.20200521160914-a21c11b50b52 21 May 2020 pre-release

    Nothing published for this version

  54. v1.0.1-0.20181005032923-52dd378dcbf7 05 Oct 2018 pre-release

    Nothing published for this version

  55. v1.0.1-0.20161202085935-6a24846202b2 02 Dec 2016 pre-release

    Nothing published for this version

  56. v1.0.0 11 Sep 2016
    Release notes

    Notice:

    • remove NewExtractor, and use its api in Jieba.
    • upgrade cppjieba to v5.0.0
    Open source →
  57. v0.17.2-0.20201121142330-fcbaac79f0aa 21 Nov 2020 pre-release

    Nothing published for this version

  58. v0.17.1 06 Sep 2016
    Release notes
    Open source →
  59. v0.17.0 03 Sep 2016
    Release notes
    • add ExtractWithWeight api and fix issue 6
    Open source →
  60. v0.16.1 20 Aug 2016
    Release notes
    Open source →

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