Skip to content

Commit 9f6f363

Browse files
authored
Merge pull request #2389 from lf-lang/releases/v0.8.2
Release version 0.8.2
2 parents c4e1f68 + 193ab5b commit 9f6f363

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

CHANGELOG.md

+57
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,62 @@
11
# Changelog
22

3+
## [v0.8.2](https://github.com/lf-lang/lingua-franca/tree/v0.8.2) (2024-08-02)
4+
5+
**Highlights**
6+
7+
This patch release includes minor bugfixes and several enhancements of our Docker support. It also adds custom serialization for the Python target and support for the use of target code expressions to specify time values in C++.
8+
9+
**🚀 New Features**
10+
11+
- Docker compose override [\#2371](https://github.com/lf-lang/lingua-franca/pull/2371) (@Depetrol)
12+
13+
**✨ Enhancements**
14+
15+
- Ability to use of target code expressions for time values in C++ [\#2369](https://github.com/lf-lang/lingua-franca/pull/2369) (@cmnrd)
16+
- Do not require libexecinfo in C++ docker images [\#2372](https://github.com/lf-lang/lingua-franca/pull/2372) (@cmnrd)
17+
- Immediate start of federates with STP offset under decentralized coordination & fix target code STP_offset [\#2368](https://github.com/lf-lang/lingua-franca/pull/2368) (@Depetrol)
18+
- Custom Serialization in Python Target [\#2375](https://github.com/lf-lang/lingua-franca/pull/2375) (@Depetrol)
19+
- RTI Docker Hub Continuous Deployment with Multiplatform Support [\#2384](https://github.com/lf-lang/lingua-franca/pull/2384) (@Depetrol)
20+
21+
**🔧 Fixes**
22+
23+
- Immediate start of federates with STP offset under decentralized coordination & fix target code STP_offset [\#2368](https://github.com/lf-lang/lingua-franca/pull/2368) (@Depetrol)
24+
- Fixed docker support for the Python target [\#2377](https://github.com/lf-lang/lingua-franca/pull/2377) (@cmnrd)
25+
- Fix to get get all preambles in Python + updated tests [\#2381](https://github.com/lf-lang/lingua-franca/pull/2381) (@edwardalee)
26+
- C++ raw strings allowed in target code blocks [\#2385](https://github.com/lf-lang/lingua-franca/pull/2385) (@lhstrh)
27+
28+
**🚧 Maintenance and Refactoring**
29+
30+
- Renaming `Latest Tag Completed` to `Latest Tag Confirmed` [\#2346](https://github.com/lf-lang/lingua-franca/pull/2346) (@byeonggiljun)
31+
32+
33+
### Submodule [lf-lang/reactor-c](http://github.com/lf-lang/reactor-c)
34+
35+
**🚀 New Features**
36+
37+
- Support for Patmos platform [\#383](https://github.com/lf-lang/reactor-c/pull/383) (@EhsanKhodadad)
38+
39+
**✨ Enhancements**
40+
41+
- Immediate start of federates with STA offset under decentralized coordination [\#469](https://github.com/lf-lang/reactor-c/pull/469) (@Depetrol)
42+
- Custom Serialization in Python Target [\#471](https://github.com/lf-lang/reactor-c/pull/471) (@Depetrol)
43+
- Optimization of LTC signals [\#445](https://github.com/lf-lang/reactor-c/pull/445) (@byeonggiljun)
44+
- RTI dockerfile support for multi-architecture builds [\#464](https://github.com/lf-lang/reactor-c/pull/464) (@elgeeko1)
45+
46+
47+
### Submodule [lf-lang/reactor-cpp](http://github.com/lf-lang/reactor-cpp)
48+
49+
**✨ Enhancements**
50+
51+
- Portable backtrace mechanism [\#59](https://github.com/lf-lang/reactor-cpp/pull/59) (@cmnrd)
52+
53+
54+
### Submodule [lf-lang/reactor-rs](http://github.com/lf-lang/reactor-rs)
55+
56+
- No Changes
57+
58+
59+
360
## [v0.8.1](https://github.com/lf-lang/lingua-franca/tree/v0.8.1) (2024-07-14)
461

562
**Highlights**
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = 0.8.2-SNAPSHOT
1+
VERSION = 0.8.2

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[header]
22
group=org.lflang
3-
version=0.8.2-SNAPSHOT
3+
version=0.8.2
44

55
[versions]
66
antlrVersion=4.7.2

0 commit comments

Comments
 (0)