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 2026Releases
latest 60 of 85-
v1.4.8-0.20260720080443-a487e26092f120 Jul 2026 pre-releaseNothing published for this version
-
v1.4.8-0.20260428071606-977e3db7961828 Apr 2026 pre-releaseNothing published for this version
-
v1.4.8-0.20260323144204-1095e8f8e42f23 Mar 2026 pre-releaseNothing published for this version
-
v1.4.8-0.20260313025429-3ffdfb0384cc13 Mar 2026 pre-releaseNothing published for this version
-
v1.4.8-0.20260311124717-c276eac65c7011 Mar 2026 pre-releaseNothing published for this version
-
v1.4.708 Mar 2026Release notes
Open source →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
Release notes
Open source →- [memory] Optimize memory usage
- [Free] Call
malloc_trimon 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:
NewJiebasets aruntime.SetFinalizerso C++ heap memory is released even when the caller never callsFree(). - [WithTrim] Deprecated
WithTrim()— it is now a no-op becauseFree()already callsTrim()(i.e.malloc_trimon Linux) automatically.
-
v1.4.7-0.20260305060714-a985395b118405 Mar 2026 pre-releaseNothing published for this version
-
v1.4.7-0.20260305060435-590cf20d6bcb05 Mar 2026 pre-releaseNothing published for this version
-
v1.4.7-0.20260305055645-7437430e673505 Mar 2026 pre-releaseNothing published for this version
-
v1.4.7-0.20260305055101-046ca63c9b5905 Mar 2026 pre-releaseNothing published for this version
-
v1.4.7-0.20251127010231-94cbf93b28d627 Nov 2025 pre-releaseNothing published for this version
-
v1.4.604 Jun 2025Release notes
Open source →What's Changed
- 🐛 fix(jieba): 修复内存释放问题 by @kevinmatthe in #131
New Contributors
- @kevinmatthe made their first contribution in #131
Full Changelog: v1.4.5...v1.4.6
-
v1.4.6-0.20250604140021-6df97d2c4b3c04 Jun 2025 pre-releaseNothing published for this version
-
v1.4.6-0.20250409005431-51c61c78b50d09 Apr 2025 pre-releaseNothing published for this version
-
v1.4.6-0.20250308120200-db511dbb4ea808 Mar 2025 pre-releaseNothing published for this version
-
v1.4.6-0.20250117153127-936f63fa215f17 Jan 2025 pre-releaseNothing published for this version
-
v1.4.515 Dec 2024Release notes
Open source →- [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:
NewJiebasets aruntime.SetFinalizerso C++ heap memory is released even when the caller never callsFree(). - [WithTrim] Deprecated
WithTrim()— it is now a no-op becauseFree()already callsTrim()(i.e.malloc_trimon Linux) automatically.
- [Free] Fix double-free crash:
-
v1.4.5-0.20241215081446-00ae5f7d31d615 Dec 2024 pre-releaseNothing published for this version
-
v1.4.5-0.20241103094645-2d94b9f5470703 Nov 2024 pre-releaseNothing published for this version
-
v1.4.414 Sep 2024Release notes
Open source →- [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
-
v1.4.4-0.20240914154054-4574b9378b4014 Sep 2024 pre-releaseNothing published for this version
-
v1.4.4-0.20240914134759-caea370f2c2614 Sep 2024 pre-releaseNothing published for this version
-
v1.4.4-0.20240912133301-2ffeff0bf4ab12 Sep 2024 pre-releaseNothing published for this version
-
v1.4.4-0.20240907125807-de92878be6a607 Sep 2024 pre-releaseNothing published for this version
-
v1.4.307 Sep 2024Release notes
Open source →- [compile] add flags: -std=c++11 to fix issue-123
- [github/actions] add macos os test
-
v1.4.228 Aug 2024Release notes
Open source →- 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
-
v1.4.2-0.20240817092503-dc7b239ebf3817 Aug 2024 pre-releaseNothing published for this version
-
v1.4.2-0.20240809150221-e0026bfe867309 Aug 2024 pre-releaseNothing published for this version
-
v1.4.2-0.20240727153320-3119b9c41b6327 Jul 2024 pre-releaseNothing published for this version
-
v1.4.120 Jul 2024 -
v1.4.020 Jul 2024Release notes
Open source →- [cppjieba] upgrade cppjieba to v5.1.2
- [github/actions] go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
-
v1.3.1-0.20240719022641-d75c19edaba119 Jul 2024 pre-releaseNothing published for this version
-
v1.3.1-0.20240714013631-95422889d05014 Jul 2024 pre-releaseNothing published for this version
-
v1.3.1-0.20230428021836-ef2f64b008f528 Apr 2023 pre-releaseNothing published for this version
-
v1.3.005 Feb 2023 -
v1.2.1-0.20230205035817-aef511070c4f05 Feb 2023 pre-releaseNothing published for this version
-
v1.2.016 Oct 2022 -
v1.1.3-0.20221016050712-24e398a6593516 Oct 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20221001050704-0f04127426b201 Oct 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20220731113743-4b465a26511431 Jul 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20220131084353-a30c1dcd29bb31 Jan 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20220122083451-ede0b4d9eeb522 Jan 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20220109101105-2e179372f08109 Jan 2022 pre-releaseNothing published for this version
-
v1.1.3-0.20201121142330-fcbaac79f0aa21 Nov 2020 pre-releaseNothing published for this version
-
v1.1.3-0.20200531044447-4460d9f1386031 May 2020 pre-releaseNothing published for this version
-
v1.1.211 Mar 2020 -
v1.1.2-0.20230428021836-ef2f64b008f528 Apr 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20200222014723-ef87e67f160c22 Feb 2020 pre-releaseNothing published for this version
-
v1.1.112 Jan 2020 -
v1.1.1-0.20191024150423-24ed6e04baa924 Oct 2019 pre-releaseNothing published for this version
-
v1.1.1-0.20190928160204-81c13762b35e28 Sep 2019 pre-releaseNothing published for this version
-
v1.1.015 Sep 2019 -
v1.0.1-0.20200521160914-a21c11b50b5221 May 2020 pre-releaseNothing published for this version
-
v1.0.1-0.20181005032923-52dd378dcbf705 Oct 2018 pre-releaseNothing published for this version
-
v1.0.1-0.20161202085935-6a24846202b202 Dec 2016 pre-releaseNothing published for this version
-
v1.0.011 Sep 2016Release notes
Open source →Notice:
- remove NewExtractor, and use its api in Jieba.
- upgrade cppjieba to v5.0.0
-
v0.17.2-0.20201121142330-fcbaac79f0aa21 Nov 2020 pre-releaseNothing published for this version
-
v0.17.106 Sep 2016 -
v0.17.003 Sep 2016 -
v0.16.120 Aug 2016