Skip to content

Releases: accordproject/template-archive

v0.25.1-alpha

26 Mar 17:18
3b138bc
Compare
Choose a tag to compare
v0.25.1-alpha Pre-release
Pre-release

What's Changed

  • fix(server): add missing tmp-promise dependency by @timothytavarez in #767
  • BREAKING CHANGE(*): upgrade dependencies, fix vulnerabilities by @mttrbrts in #780
  • chore(deps): bump semver from 7.3.5 to 7.5.2 in /packages/cicero-core by @dependabot in #781
  • fix(ci): use known lerna version by @mttrbrts in #782
  • chore(deps): state node version support. upgrade deps by @mttrbrts in #783
  • fix(ci): don't run lerna bootstrap by @mttrbrts in #784
  • fix(core): test file missing comma by @mttrbrts in #785
  • BREAKING CHANGE(*): Remove dependency on Ergo. Remove Draft, Parse, Initialize, Trigger from API by @mttrbrts in #786
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #789
  • tests (cont/..): update the tests to use the new markdown-template by @martinhalford in #794
  • chore(deps): Migrate to lerna v7 by @martinhalford in #796
  • chore(deps): remove redundant deps, add missing dep by @mttrbrts in #799
  • chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /packages/cicero-tools by @dependabot in #798
  • feat: support latest Concerto and TypeScript by @dselman in #814

New Contributors

Full Changelog: v0.24.0...v0.25.1

Cicero v0.24.0

17 Oct 15:32
8fc3dd2
Compare
Choose a tag to compare

Updates Ergo, Concerto and Markdown transform.
Addresses a security vulnerability in vm2, used by Ergo.

What's Changed

  • docs: update invite link - #738 by @K-Kumar-01 in #739
  • docs(cicero-server/README.md): update curl requests - #742 by @K-Kumar-01 in #743
  • chore(actions): publish v0.23.0 to npm by @github-actions in #737
  • test(core): metadata test by @mttrbrts in #753
  • feat(server) Add new /invoke/:template endpoint implementation by @mehmettokgoz in #746
  • feat(server) Add new /initialize/:template endpoint implementation by @mehmettokgoz in #747
  • fix(server) Replace bitwise OR operator with logical OR for CICERO_PORT setting. by @mehmettokgoz in #754
  • feat(server) Add new /normalize/:template endpoint implementation by @mehmettokgoz in #748
  • chore(deps): bump yargs-parser from 9.0.2 to 20.2.4 by @dependabot in #733
  • chore(deps): bump lodash.template from 3.6.2 to 4.5.0 by @dependabot in #732
  • feat(server) Add new /compile/:template endpoint implementation by @mehmettokgoz in #749
  • chore(ergo) : bump ergo version by @dselman in #757

New Contributors

Full Changelog: v0.23.0...v0.24.0

Cicero v0.23.0

27 Apr 15:56
2becd47
Compare
Choose a tag to compare

Updates to Concerto v2.0.0, Ergo v0.23.1 and Markdown Transform v0.15.1

Cicero v0.23.0-alpha.1

17 Mar 16:49
Compare
Choose a tag to compare
Pre-release

This release upgrades to the latest major version of Concerto 2.0.0 and updates numerous dependencies.

💥 Breaking Changes

  • Cicero libraries now require Node.js version 14 or later. Node.js version 12 is no longer supported

🛡️Dependencies Updates

  • Upgrades to Concerto 2.0.0
  • Upgrades to Ergo backend to Q*cert 2.1.1
  • Upgrades numerous dependencies, fixing vulnerabilities

Cicero v0.22.2

26 Oct 14:29
Compare
Choose a tag to compare

🖊️ 🔐 This release features the ability for template authors to sign their templates, along with the ability for users to verify that the template has not been tempered with since it's been created. (Contributor: @sanketshevkar)

It also include bug fixes and addresses known vulnerabilities in dependencies.

🛡️Dependencies Updates

  • Upgrades to Concerto 1.2.1
  • Upgrade to Markdown Transform 0.14.1
  • Upgrades to Ergo 0.22.2
  • Upgrades various dependencies, fixing vulnerabilities

🐛 Bug Fixes

🛰 CLI

  • cicero archive --keystore <keystore> --passphrase <passphrase> adds a signature based on the given author's public/private key when creating a template archive
  • cicero verify verifies that an archive is consistent with the contained signature

Cicero v0.22.1

27 May 15:05
Compare
Choose a tag to compare

This release upgrades Concerto to the latest version 1.0.2, which addresses security vulnerabilities.

🏗 Dependencies

  • Upgrades to Concerto 1.0.2
  • Upgrades to Ergo 0.22.1

Cicero 0.22.0

27 Apr 16:27
Compare
Choose a tag to compare

Imp Release 😈

Cicero 0.22 is a major release which uses Concerto 1.0 and a completely redesigned Ergo compiler.

Changes

  • New Concerto 1.0 data modelling library. See release notes
  • New Ergo compiler: See release notes
  • Switch DateTime support from moment to dayjs: See why

New Features

API

  • Additional utcOffset parameter can be passed to Cicero engine

Tech notes:

  • BREAKING The Ergo compiler no longer generates ES5, but ES6 (notably the generated code uses let)

Cicero v0.22.0-alpha.9

26 Apr 23:48
Compare
Choose a tag to compare

This release updates dependencies, upgrading Concerto, Ergo and the Markdown Transform libraries.

Cicero v0.22.0-alpha.8

24 Apr 15:45
Compare
Choose a tag to compare

This release adds two options --offline and --utcOffset to the command line. It also upgrades to the latest Concerto, Markdown Transform and Ergo packages.

Cicero v0.22.0-alpha.7

19 Apr 21:05
Compare
Choose a tag to compare

This alpha release fixes issues with external models resolution.