Skip to content

v2.3.32

Compare
Choose a tag to compare
@mrft mrft released this 01 Mar 10:45
  • Version compatible with postgres > 12
    A small change was needed to vsko_resource_version_inc_function() that gets created a startup if
    it does not exist yet. That means that existing api's will work on postgres 15, but if this
    trigger function would be removed, the api would not be able to start with older sri4node versions.

  • Work on testing: it is now easy to test against various combinations of nodejs and postgres.
    Also added a github workflow to matrix test multiple combinations on each commit.

    Example: npm run test:on_docker -- [--continue] 16,11-alpine 16,12-alpine 18,12 20,15