Skip to content

Releases: lutaml/expressir

v1.3.0

20 Jan 18:52
Compare
Choose a tag to compare

What's Changed

  • Use (x86_64/aarch64)-linux-gnu target platform for native extensions instead of (x86_64/aarch64)-linux

v1.2.11

16 Dec 07:38
a022000
Compare
Choose a tag to compare
  • Update Rice gen to 4.1 (Fixes SegFault for Ruby 3.2)

1.2.10

11 Dec 07:58
Compare
Choose a tag to compare
  • Added Ruby 3.2 support to native extensions and tests
  • Fixed sevral minor issues

1.2.9

09 Dec 12:32
Compare
Choose a tag to compare
  • Fixed expressir crash on unusually placed remarks
  • Updated build, test and release scripts

1.2.8

26 Oct 19:44
Compare
Choose a tag to compare
  • Ruby 2.7 is now minimal requirement
  • GHA actions updates due to planned deprecations
  • Minor build optimizations

1.2.7

20 Jun 10:02
Compare
Choose a tag to compare
  • Optimized native extension build for Ruby 3.x

1.2.6

29 May 16:53
Compare
Choose a tag to compare

Fixed 'floating' SEGFAULT in native extension

1.2.5

27 May 10:11
Compare
Choose a tag to compare

Upgrade antlr to 4.10.1, antlr4-native-rb to 2.1.0

1.2.4

04 May 19:01
Compare
Choose a tag to compare
  • antlr upgrade to 4.9.2 (for us it fixes an issue with an order of static constructors)
  • fixed lifespan of Rice objects

Both fixes were targetting #74. This version is more stable but some issue(s) is(are) still there.