Last release 11 days ago
20 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
7559 releases ยท first in 2020
Release timeline
7559 releases since 2020One column per quarter.
Releases
- v0.30.1-0.20230130184224-61f526f0f5f930 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230110163525-ce04f5e8c00910 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230106182639-607619f76e906 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230105151630-380e2da6c83c5 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230105150142-1ee71090ed485 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230105145742-9fba988e1ed35 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230105024857-11ef34445b845 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104204638-eb815af75c2a4 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104202808-278a001edd4d4 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104150050-9deae74241d44 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104134702-a5ce6c4438bd4 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104012510-16a685f529e84 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230104010012-f1e07dabf2c74 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230103174353-79b7013550193 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20230103145202-f9e966b81d653 Jan 2023pre-release
Nothing published for this version
- v0.30.1-0.20221221232032-bb55393e1e0121 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221231613-633f485431c021 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221214421-3a9ece41331421 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221200327-6feb7b9379da21 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221200118-ab90cd0b32c921 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221195047-ea8303fd700d21 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221193944-0bd76f90555f21 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221155953-c236cd482c1621 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221155946-5f866fb0235821 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221221063343-ed1c493308de21 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221220223915-a0ac6816e6da20 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221220215843-4ab56fd1028220 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221220204435-5ea8bf844ad520 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221220203117-a7a964a2766320 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221220202339-0e38b410b77720 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221216184350-a08de8f1054416 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221216022618-2c1271ba224216 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221216001009-9ab2b685903d16 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221215200630-c774edfe14d815 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221214174157-cb7611b7b8fc14 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221213234344-3ea44203feec13 Dec 2022pre-release
Nothing published for this version
- v0.30.1-0.20221213225314-83938b4021e813 Dec 2022pre-release
Nothing published for this version
- v0.30.013 Dec 2022
Release notes2 sources agree
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.30.0 -->
What's Changed
โญ Features
- Improve JSON encoding test cases, add REPL command for exporting by @turbolent in #2107
- Add static and native modifiers for fields and functions by @turbolent in #2119
- Implement FLIP 1071: borrow contract by @bluesign in #1934
- Allow embedders to reuse interpreter shared state by @turbolent in #2100
๐ Improvements
- Improve interpreter config by @turbolent in #2097
- Allow export of function values by @turbolent in #2052
- Improve JSON decoding error messages, add utility by @turbolent in #2104
- Improve common supertype calculation by @SupunS in #2103
- Fix "log" crashing the REPL by @dreamsmasher in #2109
- Type fixes and improvements by @turbolent in #2135
- Improve error messages for values/types that cannot be imported or exported by @turbolent in #2138
- Meter big int allocations in parser, improve over-estimation by @turbolent in #2110
- Improve parameter AST node by @turbolent in #2143
- Address some tech debt by @turbolent in #2155
- Improve reference static type by @turbolent in #2156
- Improve type mismatch errors by @turbolent in #2161
- Improve sema by @turbolent in #2166
- Optimize sema by @turbolent in #2162
- Use invocation's interpreter by @turbolent in #2159
- improve ConformanceError error message by @dsainati1 in #2172
- Suggest lexically closest member in cases of NotDeclaredMemberError by @dsainati1 in #2173
- Add support for nested pragma declarations by @turbolent in #2169
- Initialize the Crypto contract lazily by @turbolent in #2183
- Pretty print interpreter errors by @dsainati1 in #2185
- Fix whitespace parsing between expressions by @turbolent in #2115
- Improve allocations in checker by @turbolent in #2127
- Add positions to numerical runtime errors by @dsainati1 in #2174
- Optimize elaboration by @turbolent in #2178
- Avoid unnecessary slice allocations by @turbolent in #2191
๐ Bug Fixes
- Fix self declaration by @turbolent in #2108
- Report invalid identifier preceding a member or nested declaration by @turbolent in #2134
- Fix parsing of array and dictionary expressions by @turbolent in #2136
๐ Documentation
- rename why-cadence.md to why.md to fix broken link by @j1010001 in #2102
- Add documentation for String.fromUTF8, numeric types' fromString by @dreamsmasher in #2105
- Note in docs that inbox api is not yet released on mainnet by @dsainati1 in #2123
- Fix documentation by @turbolent in #2122
- Remove outdated callout from the testing-framework docs by @SupunS in #2132
- Update flow-docs.json by @bthaile in #2133
- Add meeting notes for interface inheritance meeting by @SupunS in #2144
- Update design-patterns.mdx by @gregsantos in #2146
- Add link to style guide by @bthaile in #2149
- Fix links in documentation by @turbolent in #2142
Other Changes
- Add JSON language annotations to expected JSON encodings in AST tests by @turbolent in #2118
- Move test framework tests to Cadence by @turbolent in #2129
- Update CI jobs by @turbolent in #2128
- Lint JSON files by @turbolent in #2139
- Clean up metering by @turbolent in #2152
- Report unkeyed composite literals by @turbolent in #2184
New Contributors
- @bthaile made their first contribution in #2133
- @gregsantos made their first contribution in #2146
Full Changelog: https://github.com/onflow/cadence/compare/v0.29.0...v0.30.0
[Changes][v0.30.0]
<a id="v0.29.0"></a>
- v0.30.0-attachments-230 Jan 2023pre-release
Nothing published for this version
- v0.30.0-attachments13 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221219211831-068a3ae733ad19 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221219211314-66b4d5d9fc3819 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221214225759-b79fa502681914 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221214153504-7b386d4a40b014 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221214000023-d921537f5b2314 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213222430-11701cc78f2313 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213182638-312b8ba618c113 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213170826-af341b7c9b6813 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213002548-3246de2ce6d413 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213001746-5af3049e68cc13 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221213000006-634a78fbcc3f13 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212235131-eb2ec0b0981412 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212191804-26902aa5355412 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212190920-4b403db7c75612 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212185640-7816074692bd12 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212184247-c6637444884012 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212183212-3c9baca09cf712 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212183107-708d10f218b912 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212180520-5739e8033d0c12 Dec 2022pre-release
Nothing published for this version
- v0.29.1-0.20221212175534-8505f3e43dd612 Dec 2022pre-release
Nothing published for this version