Releases: mojaloop/documentation
Releases · mojaloop/documentation
v6.4.0 Release
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
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
Added Automated Testing write-up for QA and Regression. Testing Frame…
v5.5.3 Release
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
- 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
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
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
Changed the UML generated for PlantUML so that links may work correctly when rendering within a Markdown page.
v5.4.3 Release
Hotfix for Dockerfile to correctly display UML generated diagrams.
v5.4.2 Release
- 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'