|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [6.0.0](https://github.com/benjaminbruun/nrf-softsim/compare/v5.0.0...v6.0.0) (2025-03-17) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* bump nrf sdk support from v2.6.2 to v2.9.1 ([#56](https://github.com/benjaminbruun/nrf-softsim/issues/56)) |
| 9 | +* bump to ncs 2.6.1 (CEL-138) ([#42](https://github.com/benjaminbruun/nrf-softsim/issues/42)) |
| 10 | +* tfm reference implementation flash usage optimization ([#32](https://github.com/benjaminbruun/nrf-softsim/issues/32)) |
| 11 | +* 🧨 nrf-sdk main branch is used. When v2.5 is released a tag/release for nrf-softsim is created. For now this pin to latest dev. can break your current setup. |
| 12 | +* 🧨 ALL PREVIOS DEPLOYMENTS WILL NOT BE COMPATIBLE WITH THE LIBSTORAGE.a AND NEW PROFILE! |
| 13 | +* NCS 2.4 integration ([#1](https://github.com/benjaminbruun/nrf-softsim/issues/1)) |
| 14 | +* Use KMU for authentication and key management. |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* 🎸 Bump NCS version to latest ([#9](https://github.com/benjaminbruun/nrf-softsim/issues/9)) ([b0a25ad](https://github.com/benjaminbruun/nrf-softsim/commit/b0a25ad1553bd1808e74af3d3fc6174f0bcf40e3)) |
| 19 | +* 🎸 Follow nrf-sdk main branch as default ([711615c](https://github.com/benjaminbruun/nrf-softsim/commit/711615c7a248352f79a04dcb9c906d175182a26c)) |
| 20 | +* 🎸 Switch profile to compact storage ([b382ecb](https://github.com/benjaminbruun/nrf-softsim/commit/b382ecb72f9c10bb433960b9c54779a6d0030560)) |
| 21 | +* 🎸 Wow a meaningful commit ([#9](https://github.com/benjaminbruun/nrf-softsim/issues/9)) ([e03cb18](https://github.com/benjaminbruun/nrf-softsim/commit/e03cb18a9dd7eb072309729857851411a94bcfa5)) |
| 22 | +* add missed Zephyr compatible asserts ([09be236](https://github.com/benjaminbruun/nrf-softsim/commit/09be2366a1a26e4dfbaabc636b66aa5460dfeb7a)) |
| 23 | +* Add support for dynamic template ([#4](https://github.com/benjaminbruun/nrf-softsim/issues/4)) ([ddfac8a](https://github.com/benjaminbruun/nrf-softsim/commit/ddfac8a3155a0dfb02a192985712110afde42afa)) |
| 24 | +* add support for static profile ([#3](https://github.com/benjaminbruun/nrf-softsim/issues/3)) ([aca75ad](https://github.com/benjaminbruun/nrf-softsim/commit/aca75ad8865e805269857bf4fda6db086948e02f)) |
| 25 | +* Additional features for provisioning and init bootstrap ([8eb3289](https://github.com/benjaminbruun/nrf-softsim/commit/8eb3289b8b105dc50a57e47e70d5ed7dd1100188)) |
| 26 | +* bump nrf sdk support from v2.6.2 to v2.9.1 ([#56](https://github.com/benjaminbruun/nrf-softsim/issues/56)) ([a393f70](https://github.com/benjaminbruun/nrf-softsim/commit/a393f70a2742fa22419f11ccbd41d4ef998c6a07)) |
| 27 | +* bump to ncs 2.6.1 (CEL-138) ([#42](https://github.com/benjaminbruun/nrf-softsim/issues/42)) ([4d0e56b](https://github.com/benjaminbruun/nrf-softsim/commit/4d0e56b9a7c4348b9a09640695d5383232ec5e48)) |
| 28 | +* make asserts Zephyr compatible ([#12](https://github.com/benjaminbruun/nrf-softsim/issues/12)) ([bfc607b](https://github.com/benjaminbruun/nrf-softsim/commit/bfc607b404112174002397b504b4541c970922e6)) |
| 29 | +* NCS 2.4 integration ([#1](https://github.com/benjaminbruun/nrf-softsim/issues/1)) ([dfb7864](https://github.com/benjaminbruun/nrf-softsim/commit/dfb78649acbbc4269ec7327c88a662768aca7dca)) |
| 30 | +* tfm reference implementation flash usage optimization ([#32](https://github.com/benjaminbruun/nrf-softsim/issues/32)) ([00576ac](https://github.com/benjaminbruun/nrf-softsim/commit/00576ac9421b5362ee5430572db401fea28d664f)) |
| 31 | +* Use KMU for authentication and key management. ([ffb197a](https://github.com/benjaminbruun/nrf-softsim/commit/ffb197a6a8ca17df65dfd6bf3c292f50d2bf4f89)) |
| 32 | + |
| 33 | + |
| 34 | +### Bug Fixes |
| 35 | + |
| 36 | +* 🐛 Add return code to provision ([8eb3289](https://github.com/benjaminbruun/nrf-softsim/commit/8eb3289b8b105dc50a57e47e70d5ed7dd1100188)) |
| 37 | +* 🐛 Fixed issue where SoftSIM re-init would fail ([5df72b4](https://github.com/benjaminbruun/nrf-softsim/commit/5df72b4106821eb63f516f87cbbb616a2cb3ac57)) |
| 38 | +* 🐛 Heap corrupted by de-initializing softsim many times ([00bcdab](https://github.com/benjaminbruun/nrf-softsim/commit/00bcdab2ee12965ca9cd690b2bb77c76bfca034c)) |
| 39 | +* address compilation warning for `main` return ([1a348e8](https://github.com/benjaminbruun/nrf-softsim/commit/1a348e8d52b8611e8cd24d9a07b9bee10637148a)) |
| 40 | +* address provision check inconsistencies ([9a28958](https://github.com/benjaminbruun/nrf-softsim/commit/9a289585e8c6188295bdab5ab36921517555102b)) |
| 41 | +* auto append softsim overlay fragment to the samples ([#36](https://github.com/benjaminbruun/nrf-softsim/issues/36)) ([e8230c7](https://github.com/benjaminbruun/nrf-softsim/commit/e8230c7d416b66624231a0d87065f536d81be439)) |
| 42 | +* Bug/fix padding in cmac ota ([#5](https://github.com/benjaminbruun/nrf-softsim/issues/5)) ([830259d](https://github.com/benjaminbruun/nrf-softsim/commit/830259d2a5e3ed7d830a2da8f12404eca261fd2e)) |
| 43 | +* disable TFM logs to reduce PSM Sleep Current ([c202fe4](https://github.com/benjaminbruun/nrf-softsim/commit/c202fe4c772fc44a11704160492e5d248fc40656)) |
| 44 | +* improve support for Thingy91 ([#50](https://github.com/benjaminbruun/nrf-softsim/issues/50)) ([f7cc739](https://github.com/benjaminbruun/nrf-softsim/commit/f7cc739ba261ada0df4f551d0f2af87a37897e1e)) |
| 45 | +* remove the fixed 190 character profile size ([#61](https://github.com/benjaminbruun/nrf-softsim/issues/61)) ([2eaa8e0](https://github.com/benjaminbruun/nrf-softsim/commit/2eaa8e0e76c1a70ae56b79ffc1896ff70d9dce44)) |
| 46 | +* samples: change TCP to UDP ([49c9974](https://github.com/benjaminbruun/nrf-softsim/commit/49c9974c82ed6a6f0435c12cf045d77da67c33f1)) |
| 47 | +* softsim filename updates ([#44](https://github.com/benjaminbruun/nrf-softsim/issues/44)) ([ac91364](https://github.com/benjaminbruun/nrf-softsim/commit/ac9136409f2a1d4991685ff57bad014f24f4a472)) |
| 48 | + |
| 49 | + |
| 50 | +### Performance Improvements |
| 51 | + |
| 52 | +* ⚡️ Recompile w. -Os over -O2/3 ([5319011](https://github.com/benjaminbruun/nrf-softsim/commit/5319011de8e641b68f16b9f52e2be9d9bd657b31)) |
| 53 | + |
3 | 54 | ## [5.0.0](https://github.com/benjaminbruun/nrf-softsim/compare/v4.0.2...v5.0.0) (2025-03-17) |
4 | 55 |
|
5 | 56 |
|
|
0 commit comments