Skip to content

v0.2.10-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 16 Jan 06:37
· 1168 commits to master since this release

This release contains the following new features:

  • Allow for creation of packages that don't make use of Corto, and for which no code should be generated
  • Improve error reporting of installer
  • Improved error reporting of async functions
  • Improved error reporting when in debugging mode
  • Add option to trace operations of notification framework
  • Pass parameters to a select query
  • Improved initializer of lang/type
  • Add corto_seterrv function
  • Add capability of setting breakpoints on memory tracer

The following bugs were addressed:

  • Large string fields could cause crashes in the string serializer
  • corto_assert did not execute condition in release mode
  • Fix linking to nested packages
  • Fixed asynchronous locking behavior in notification framework
  • Asynchronous delete notifications read-locked an object after the lock was already deinitialized
  • Fixed issue where a deadlock would occur if dispatcher handles observable event in same thread
  • Fix issue with packaging a project into a tar
  • Fix memory leak in corto_path and corto_fullpath
  • Fixed issue where corto run would crash when a dependency is not installed
  • Preserve main header when regenerating package
  • Fix bug where documentation in an .md file would get lost upon regenerating a project