github.com/joho/godotenv
v1.5.1
#380 most downloaded on Go modules
joho/godotenv
What this package is like to depend on
Last release 3 months ago
25 May 2026
Release timing varies
gaps range from 2 weeks to 7 months
Rarely documented
notes for 1 of 5 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
181 releases · first in 2013
15 releases in the last 12 months
see the full history below
Release timeline
181 releases · Jul 2013 to May 2026Releases
latest 60 of 181-
v1.6.0-pre.425 May 2026 pre-releaseRelease notes
Open source →Small CI fixes after leaving main broken on the pre-release 3 changes.
What's Changed
- Definitively commit to allowing hyphens (again) by @joho in #264
- Point CI to new windows tag by @joho in #265
Full Changelog: v1.6.0-pre.3...v1.6.0-pre.4
-
v1.6.0-pre.3.0.20260525003727-e77328b1466825 May 2026 pre-releaseNothing published for this version
-
v1.6.0-pre.3.0.20260525003010-139cdfde14c025 May 2026 pre-releaseNothing published for this version
-
v1.6.0-pre.320 May 2026 pre-releaseRelease notes
Open source →Ideally last pre before 1.6.0 actually goes out.
The new sentinel errors from #228 us
fmt.Errorfanderrors.Isfrom 1.13 so there is a small bump in supported version.CI only tests last 5 versions so the floor set in go.mod is "best effort" (ie if I hear it's broken, i'll update go.mod rather than change anything)
What's Changed
- Fix typo in
hasQuotePrefixreturn variable by @parkerbxyz in #251 - refactor: replace recursion with loop in getStatementStart by @Yanhu007 in #261
- fix: don't treat closing quote as escaped after an escaped backslash by @SAY-5 in #262
- Fixed backwards compatibility with godotenv 1.4.0 allowing hyphens in variable names. by @bocajim in #245
- bugfix: fix an int parsing bug in godotenv.Marshal by @t3mp14r3 in #235
- The
envvariable is already defined but has been declared again by @ghaninia in #198 - Fix Precedence & Conventions in README.md by @kvokka in #243
- Update README to reflect Go version requirement by @guettli in #254
- simplify Replace(..,-1) by ReplaceAll for strings and bytes by @lotusirous in #252
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #216
- CI and Versioning updates by @joho in #263
- docs: add usage for tool dependency in go1.24 by @ignatij in #240
- Bump thatisuday/go-cross-build from 1.0.2 to 1.1.0 by @dependabot[bot] in #188
New Contributors
- @parkerbxyz made their first contribution in #251
- @Yanhu007 made their first contribution in #261
- @SAY-5 made their first contribution in #262
- @bocajim made their first contribution in #245
- @t3mp14r3 made their first contribution in #235
- @ghaninia made their first contribution in #198
- @kvokka made their first contribution in #243
- @guettli made their first contribution in #254
- @ignatij made their first contribution in #240
Full Changelog: v1.6.0-pre.2...v1.6.0-pre.3
- Fix typo in
-
v1.6.0-pre.2.0.20260520041007-f5c70069143920 May 2026 pre-releaseNothing published for this version
-
v1.6.0-pre.2.0.20251021232618-a2be92d182fc21 Oct 2025 pre-releaseNothing published for this version
-
v1.6.0-pre.216 Dec 2024 pre-releaseRelease notes
Open source →Another parser bug fixed since the last prerelease, going to give it a little more time before letting 1.6.0 out
What's Changed
- Add whitespace tests. by @cjyar in #210
- Bump actions/setup-go from 3 to 4 by @dependabot in #207
- Update cmd.go by @Adamsbite in #221
- Fix panic because of wrong function by @lotusirous in #223
- chore: fix typo by @ALX99 in #231
- Re-add global env variable substitution by @Envek in #227
- fix: if a line contains multiple # characters, there will be issues w… by @astak16 in #238
New Contributors
- @cjyar made their first contribution in #210
- @Adamsbite made their first contribution in #221
- @lotusirous made their first contribution in #223
- @ALX99 made their first contribution in #231
- @Envek made their first contribution in #227
- @astak16 made their first contribution in #238
Full Changelog: v1.5.1...v1.6.0-pre.2
-
v1.6.0-pre.131 Oct 2024 pre-releaseRelease notes
Open source →Most notable is bringing back global env variable substitution from #227
Will be targeting a proper release mid november if no bugs are raised against the pre-release.
What's Changed
- Add whitespace tests. by @cjyar in #210
- Bump actions/setup-go from 3 to 4 by @dependabot in #207
- Update cmd.go by @Adamsbite in #221
- Fix panic because of wrong function by @lotusirous in #223
- chore: fix typo by @ALX99 in #231
- Re-add global env variable substitution by @Envek in #227
New Contributors
- @cjyar made their first contribution in #210
- @Adamsbite made their first contribution in #221
- @lotusirous made their first contribution in #223
- @ALX99 made their first contribution in #231
- @Envek made their first contribution in #227
Full Changelog: v1.5.1...v1.6.0-pre.1
-
v1.5.2-0.20251021232618-a2be92d182fc21 Oct 2025 pre-releaseNothing published for this version
-
v1.5.2-0.20241031222406-a7f6c4c5837a31 Oct 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240520064301-32e64fa834a920 May 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240113024945-7765d9d198cd13 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240106071056-383d64cb7ee006 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20230608024039-e3b6eee84d1508 Jun 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20230420005214-193c9aba29da20 Apr 2023 pre-releaseNothing published for this version
-
v1.5.105 Feb 2023Nothing published for this version
-
v1.5.004 Feb 2023Release notes
Open source →The big news this release is that godotenv finally, after much procrastination in review, supports multiline variables (fixes #64). Big shoutout to @x1unix for the bulk of the work on the original PR and also to @coolaj86 and @austinsasko for some very helpful review and tweaks.
Also added a
-ooverload flag (thanks @2tef)What's Changed
- Try and fix go get in CI for power8 by @joho in #157
- Fix typos in comments and extend README by @alexandear in #177
- tune README by @bikbah in #170
- Remove renovate, add dependabot by @joho in #183
- Setup codeql by @joho in #186
- Bump actions/checkout from 2 to 3 by @dependabot in #184
- Bump actions/setup-go from 2 to 3 by @dependabot in #185
- Add darwin arm64 build by @statik in #174
- Sort Go import in README by @Doarakko in #193
- Fix godoc formatting by @joho in #197
- fix tiny details by @2tef in #199
- Multiline string support by @x1unix in #156
- Update CI to test go 1.20 by @joho in #201
- fix whitespace with gofmt by @2tef in #203
- add overload flag by @2tef in #200
New Contributors
- @x1unix made their first contribution in #118
- @alexandear made their first contribution in #177
- @bikbah made their first contribution in #170
- @dependabot made their first contribution in #184
- @statik made their first contribution in #174
- @Doarakko made their first contribution in #193
- @2tef made their first contribution in #199
- @dreygur made their first contribution in #202
Full Changelog: v1.4.0...v1.5.0
-
v1.5.0-beta.0.0.20230204000021-4321598b05f704 Feb 2023 pre-releaseNothing published for this version
-
v1.5.0-beta.0.0.20230203235806-32a3b9b960f803 Feb 2023 pre-releaseNothing published for this version
-
v1.5.0-beta.0.0.20230202010532-06bf2d6190ca02 Feb 2023 pre-releaseNothing published for this version
-
v1.5.0-beta.0.0.20230202003606-9d23ddee6dcd02 Feb 2023 pre-releaseNothing published for this version
-
v1.5.0-beta.027 Jan 2023 pre-release -
v1.4.1-0.20230127021416-cc9e9b7de7ca27 Jan 2023 pre-releaseNothing published for this version
-
v1.4.1-0.20230127020707-1e1ed322077327 Jan 2023 pre-releaseNothing published for this version
-
v1.4.1-0.20230127020143-0f21d20acbcc27 Jan 2023 pre-releaseNothing published for this version
-
v1.4.1-0.20221030013835-5c76d3e02c6330 Oct 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20221030013323-758dea76296130 Oct 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220912065541-85a22371267112 Sep 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220612034752-add39c6f94ba12 Jun 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220612034737-1b6c7eb7cc4212 Jun 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220612034335-b898a8b0d16112 Jun 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220612015720-76d246ae25b012 Jun 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220612015653-139777a9ff6012 Jun 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220425043555-e74c6cadd5d725 Apr 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20210924113850-c40e9c6392b024 Sep 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20210924105807-a4061f306ab424 Sep 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20210924104443-22f9782344a624 Sep 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20210924072142-dd57617d18fa24 Sep 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20210924072142-15b4dd39bb8d24 Sep 2021 pre-releaseNothing published for this version
-
v1.4.004 Mar 2021Nothing published for this version
-
v1.3.1-0.20210304093531-ddf83eb33bbb04 Mar 2021 pre-releaseNothing published for this version
-
v1.3.1-0.20201111043658-f562099a432011 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201111043039-c142d160525411 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201111040230-41e88df24e8711 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201111034956-9eb454e5892811 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201111014516-cbda1cc5ce1b11 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201111003311-23296b91aa4711 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201108010129-0da8ce72f0e208 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201108005827-3e4069b9b20c08 Nov 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201015195122-a4d9cf1d6d9815 Oct 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20201015045850-46ee0dcae8d615 Oct 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20200904213559-bc7d5cd1818904 Sep 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20200626183950-6e653f9adfb826 Jun 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20200301204615-d6ee6871f21d01 Mar 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20200211070534-dbcf4b53b84c11 Feb 2020 pre-releaseNothing published for this version
-
v1.3.1-0.20191020202522-b09de681dcaf20 Oct 2019 pre-releaseNothing published for this version
-
v1.3.1-0.20191018143515-992ab0ec476518 Oct 2019 pre-releaseNothing published for this version
-
v1.3.1-0.20190204044109-5c0e6c6ab1a004 Feb 2019 pre-releaseNothing published for this version
-
v1.3.1-0.20190204041151-263a1dda9d3b04 Feb 2019 pre-releaseNothing published for this version
-
v1.3.1-0.20190204033938-79711eebaf9c04 Feb 2019 pre-releaseNothing published for this version