Skip to content

Releases: ReneMuala/terranova

v0.2.1 Pontagea/Beira

Choose a tag to compare

@ReneMuala ReneMuala released this 09 Apr 23:05

Release Notes

Fixes

  • Cross-platform null handling discrepancy (Windows vs. Linux) – Resolved issues arising from Windows checking for nulls while Linux does not.
    • Updated collect_const_char to use fake_strcopy with safety measures when copying nulls.
    • Patched strdup usage to align behavior across both platforms.
  • SQL exception propagation – Fixed missing propagation of SQL exceptions to the response, ensuring consistent error handling regardless of the underlying OS.

Special thanks to @vybraan

v0.2 Pontagea/Beira

Choose a tag to compare

@ReneMuala ReneMuala released this 09 Apr 18:37

Release Notes

New Features

  • Improved the internal Mustache renderer parser for better reliability and performance.

Bug Fixes

  • Resolved incorrect usage of alias versus as parameters in relationships, ensuring proper query generation and data mapping.

v0.1.1 Pontagea/Beira

Choose a tag to compare

@ReneMuala ReneMuala released this 08 Apr 11:23

What is new?

  • bug fix: global index counter

v0.1 Pontagea/Beira

Choose a tag to compare

@ReneMuala ReneMuala released this 08 Apr 07:29
344a577

Release Notes – Terranova (April 2026) – First Release

This initial release introduces command-line interface (CLI) argument handling, view composition, query capabilities and automatic documentation.


Features

Command‑Line Interface

  • Support for CLI arguments.

Views and Composition

  • View support
  • Composed queries

Query Generation and CRUD Operations

  • Full CRUD support
  • Custom queries with parameter validation

Data Modelling

  • Added support for schemas

Environment

  • Added support for profiles
  • Added support for api namespaces
  • Just‑in‑time (JIT) compilation support (via TCC).

Documentation

  • Added support for OpenAPI 3.

Known Issues

  • Composed queries currently lack full test coverage; additional tests are in progress.
  • Some view features remain experimental.