Skip to content

Releases: ProxeusApp/proxeus-core

v1.6.0

02 Feb 14:44
60ca436
Compare
Choose a tag to compare

This is a minor release, and note that we are changing to a semantic versioning (1.6.0 instead of just 1.6) from this point forward. A ready-to-deploy image for this release is available on DockerHub

Changes

  • Update to labstack echo v4 #216
  • Update to Go 1.21
  • Update to Node.js 16
  • Various library patches
  • Refactoring in the CI pipeline

Full Changelog: v1.5...v1.6

v.1.5

22 Dec 17:13
8d31278
Compare
Choose a tag to compare
  • Issues logging in for the first time with Metamask have been fixed #440
  • Unregistered files not being verified has been fixed in #428
  • We have improved support for Digital Ocean by popular demand. #434
  • The UI breaking when you rename documents has been fixed. #305
  • Docker tag 1.5 is available for this release

🎄 Happy holidays! 🎄

What's Changed

  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 #450
  • Bump axios from 0.21.4 to 1.6.2 in /ui #449
  • Bump vue-multiselect from 2.1.7 to 2.1.8 in /ui #448
  • Bump js-sha3 from 0.7.0 to 0.9.3 in /ui #447
  • Bump core-js from 3.33.3 to 3.34.0 in /ui #446
  • Bump interactjs from 1.2.9 to 1.10.26 in /ui #445
  • Bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 #444
  • Bump golang.org/x/net from 0.18.0 to 0.19.0 #442
  • Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /ui #437
  • Droplet support updates #434
  • Bump core-js from 3.32.2 to 3.33.3 in /ui #431
  • Bump vue-tour from 1.6.0 to 2.0.0 in /ui #430
  • Update config.yml #429
  • Merge Preprod for release 1.5 by @loleg in #451

Full Changelog: v1.4...v1.5

v1.4

16 Nov 15:12
e67adb5
Compare
Choose a tag to compare
  • Alternative chains support, with documentation updates (#281)
  • Add new smart contract addresses on goerli and mumbai networks, update settings
  • Fix dependencies update circle checks go version
  • Test negative scenario and fix Metamask errors (#285)
  • Test and improve the autodeploy flow (#290)
  • Serverside verification + docs revised (#426)
  • Update config for Docker image tagging (#429)
  • Add console logs on default accounts setup and on sign request
  • Dependabot checks now happen on preprod branch

What's Changed

Full Changelog: v1.3...v1.4

v1.3

19 Mar 16:46
426dae4
Compare
Choose a tag to compare

What's Changed

  • Preprod merge for v1.3 release in #298
  • Upgrade to Go 1.17
  • Bump golang.org/x/image and other dependencies in #300

Full Changelog: v1.2...v1.3

v1.2

02 Mar 15:13
465c84e
Compare
Choose a tag to compare

Proxeus open source release (2021)

This is the first official release made by members of Proxeus Association, which now maintains the project. Thanks in particular to @Javany who made their first contribution in #229

This release focuses on making the project more maintainable. There are no new features or changes to the user interface, only improvements to deploying, configuring and running Proxeus. In particular, we have upgraded to more current versions of Go, NPM and Java, updating a lot of dependencies in the process and revising code that would otherwise no longer run.

All of the frontend UI code has been updated to ES6 standards, which means it can be maintained with modern developer tools. We have ensured the platform can run on any cloud, is properly tested and monitored with @circleci + @dependabot - and we are tightening the security around the off-chain data by encrypting sensitive values in the database.

Background

loc-projects

Just to give a bit of perspective of how much work is involved: currently the proxeus-core project and nodes are 108'176 lines of code in total. Not counting comments or whitespace or documentation, that is (according to cloc) a lot of code that we have to read, understand, compile, test and revise.

Our goal is to focus the featureset on core USPs, and encourage open source contributions. The new community discussions are there to stimulate prioritization and prioritization from user groups. We welcome contributions from developers and are accepting offers on open issues marked as bounty. Please see the Contribution Guide and active projects for details. / :construction:

If you have any feedback or suggestions, please reach out here, or through our website at https://proxeus.org

Bundle

Changes


Full Changelog: v1.1...v1.2

v1.1

02 Mar 15:12
465c84e
Compare
Choose a tag to compare

Proxeus open source release (2020)

Six months ago, we announced the delivery of Proxeus v1 offering anyone the possibility to install and run an instance of Proxeus making transactions on livenet. Since then, several improvements have been made to implement recommendations received through a series of functional and technical audit rounds, and integrate community feedback. This is v1.1 of the Proxeus framework as open source software.