Skip to content

Releases: mojaloop/documentation

v6.4.0 Release

13 Jun 12:25
20e2d56
Compare
Choose a tag to compare

Changes include:

  • Added new Onboarding section
  • Added Health check end-point design
  • Updates to Fraud
  • Updated FAQ for Ingress issues
  • Updated Automated Testing info
  • Updated deployment guide to point to current Postman documentation
  • Updated Bulk Transfer design

v6.3.0 Release

28 May 18:19
84153c7
Compare
Choose a tag to compare

Changes for this release:

  • ALS API spec version updated to v1.2
  • Updates for mojaloop/project#787:
    • Mojaloop overview to include ALS, and QS info
    • Mojaloop overview, architecture and end-to-end diagrams
    • added legacy architecture for PI3 & PI5
    • added section for Quoting-Service, and moved Sequence Diagram from the repo to this location
    • added publication section with links to the artefacts repo and to April 2019 Presentations
    • added badges to main readme

backup-20190520-master

20 May 14:26
649c839
Compare
Choose a tag to compare
Pre-release
Added Automated Testing write-up for QA and Regression. Testing Frame…

v5.5.3 Release

05 Apr 12:10
c05dd98
Compare
Choose a tag to compare

Hotfix Hotfix for PlantUML Sequence Diagrams not being rendered.

Gitbook UML plugin is unable to generate valid SVGs. Changing this to PNG resolves the issue.

Will have to re-look at generating SVGs in future.

v5.5.2 Release

05 Apr 09:32
938281d
Compare
Choose a tag to compare
  • Updated .circleci/config.yml to support gitbook publishing to the gh-pages
  • Removed unused re-usable methods from .circleci/config.yml
  • Added gh-pages branch to the ignore list in .circleci/config.yml
  • Added slack announcements
  • Added *.jar to gitignore file
  • Using standard node-alpine image

Also updated gh-pages branch to support this release:

  • Added .circleci/config.yml to enable CircleCI to ignore the branch. Otherwise, it will kick-off builds on publishing new releases which will fail as there is no config found for CircleCI.
  • Added *.jar, *.md to the gitignore file
  • Cleaned up any md files

v5.5.0 Release

03 Apr 16:39
3c87f6c
Compare
Choose a tag to compare

Changes to ALS Design:

  • Updated swagger to v1.1
  • Updated GET, POST Participants and GET Parties to only cater for a single switch. Added notes on why this was done and how it will change in future.
  • Added DEL participants

General maintenance:

  • Added version tables in the API documentation with some notes to indicate changes
  • Added ToC plugin for general pages
  • Added an initial Glossary to be enhanced in future
  • FAQ link fixed as pointed out in the bug #706
  • Fixed verbiage on current-versions
  • Added publish script. The script will publish the current active branch to gh-pages, and switch back to the current branch.
  • Version bump to 5.5.0
  • Added .bookignore file to not include unnecessary directories and files for Gitbook build

v5.4.4 Release

26 Mar 16:51
a5bf4d6
Compare
Choose a tag to compare

Minor update changes:

  • Changed the UML generated for PlantUML so that links may work correctly when rendering within a Markdown page.
  • Created TOC to link from new mojaloop.io site #12
  • Update core-scenarios with TOC Links, and formatting updates

v5.4.4 Snapshot

22 Mar 19:15
Compare
Choose a tag to compare
v5.4.4 Snapshot Pre-release
Pre-release

Changed the UML generated for PlantUML so that links may work correctly when rendering within a Markdown page.

v5.4.3 Release

22 Mar 18:16
a8e86e8
Compare
Choose a tag to compare

Hotfix for Dockerfile to correctly display UML generated diagrams.

v5.4.2 Release

22 Mar 17:37
9c94175
Compare
Choose a tag to compare
  • Hotfix for UML SVG's not being rendering
  • Added new NPM Run commands to serve the Gitbook with Live Reload disabled: 'gitbook:serveNoReload'
  • Updated Dockerfile to utilise the CMD as 'gitbook:serveNoReload'