Releases: Sunbird-RC/sunbird-rc-core
Releases · Sunbird-RC/sunbird-rc-core
release v0.0.12
Merge pull request #189 from tejash-jl/v0.0.12 release v0.0.12
v0.0.11
What's Changed
- Search limit offset by @varadeth in #175
- Distributed definition manager by @varadeth in #178
- feat: allow anonymous schemas to create entity without authorization by @varadeth in #173
- added check before revoking in delete entity by @tejash-jl in #176
- Added entity name in QR code url by @tejash-jl in #177
- E2e tests by @tejash-jl in #179
- Updated registry cli to use latest configs by @tejash-jl in #174
- fixed failing tests by @tejash-jl in #180
- Removed static exclude fields list from elastic search implementation by @tejash-jl in #181
- fixed sign api request body fields by @tejash-jl in #182
- v0.0.11 release changes by @tejash-jl in #183
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- added support to fetch credential template stored in minio by @tejash-jl in #158
- added status and conditional checks for schema by @tejash-jl in #159
- Enable mosip conditional based on ENV by @tejash-jl in #160
- fixed update and delete operations on schemas with anonymous entities by @tejash-jl in #161
- apply pagination on get claims api by @varadeth in #162
- feat: Add api to fetch attestation certificate provided templateUrl is given by @varadeth in #163
- added user role check when updating and deleting by @tejash-jl in #165
- Keycloak http connection availability issue by @tejash-jl in #164
- Revoke credentials on delete and update of an entity by @tejash-jl in #166
- Updated keycloak styles and notification handler by @tejash-jl in #167
- updated health api to check all downstream services by @tejash-jl in #169
- removed sample application yml by @tejash-jl in #171
- Auto raise claim by @varadeth in #168
- Remove shard id in async by @tejash-jl in #170
- release v0.0.10 by @tejash-jl in #172
New Contributors
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Fixed issue in schema validations that are created via API by @tejash-jl in #147
- Modify create entity api to support async mode via query params by @tejash-jl in #148
- Minio bucket creation issue by @tejash-jl in #150
- Fixed keycloak throwing duplicate user error by @tejash-jl in #149
- Removing external context dependency by @dileepbapat in #145
- Signer issuer fix by @tejash-jl in #153
- Adding api specification for signer by @dileepbapat in #151
- Enhancement - Feature to send email to user to update default keycloak password by @shiva-rakshith in #143
- Verification UI by @tejash-jl in #154
- Release 0.0.9 by @tejash-jl in #155
- Keycloak generic password based login by @tejash-jl in #156
- renamed keycloak image name by @tejash-jl in #157
New Contributors
- @shiva-rakshith made their first contribution in #143
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Async mode to create entity by @tejash-jl in #129
- Refactor attest flow by @kesavanp123 in #58
- Optimised create entity and certificate api by @tejash-jl in #123
- fixed Inconsistent Async claim status update by @suraj-shanbhag in #122
- Save Claim Notes with Claim Id by @suraj-shanbhag in #121
- Fixed Bug Published Claim moves to Invalid State after Edit Property by @suraj-shanbhag in #124
- Bug Fixes by @tejash-jl in #125
- Divoc PDF Actor by @tejash-jl in #126
- removed DID template for parsing certificate template urls by @tejash-jl in #128
- updated ES query to use field's keyword for OR operation by @tejash-jl in #130
- Enable kafka consumer conditionally by @tejash-jl in #131
- added generic keycloak login UI by @tejash-jl in #133
- Saving shardID in es for osid values by @tejash-jl in #132
- added mosip plugin by @tejash-jl in #137
- added env based mosip initialization by @tejash-jl in #138
- removed conditional annotation by @tejash-jl in #139
- added transaction id in webhook failure response by @tejash-jl in #135
- Multi level attestation by @tejash-jl in #136
- added check to verify user id before updating or deleting by @tejash-jl in #141
- fixed few css issues and redirection issue by @tejash-jl in #134
- release v0.0.8 by @tejash-jl in #142
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Optimised certificate signer by @tejash-jl in #119
- fixed requester name in claim details and added by info in claim notes by @suraj-shanbhag in #115
- Get Entity with Invalid Id and Security Disabled should give 404 error by @suraj-shanbhag in #109
- Updated Requestor Name in Claim to have Email of the Requestor by @suraj-shanbhag in #116
- Fixed Contains operation in es query to use wildcard match by @suraj-shanbhag in #118
- updated with latest release version by @tejash-jl in #120
- Fixed NPE and spellings by @tejash-jl in #114
Full Changelog: v0.0.6...v0.0.7
v0.0.6 Maintenance release - bug fixes
What's Changed
- Issue #SB-29126 fix: Added new QR code type (URL) by @VenkatKadiveti in #112
- removed redis service in compose file by @tejash-jl in #107
- Enable Keycloak Security on Conditional Config by @suraj-shanbhag in #108
- Updated docker compose to use version data from .env by @tejash-jl in #110
- Handling json type auto conversion when template loaded from URL by @dileepbapat in #111
- updated with new release version by @tejash-jl in #113
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Added support for external credential templates
- Added support for custom delimiters in credential/certificate template
- upgraded template library in signer
- Added support for configuring VC as URL in QR
- Bug: Fixed reading env variable for enable_external_templates
What's Changed
- added functionality to support external credential template by @tejash-jl in #99
- updated build scripts by @tejash-jl in #100
- Updated credential template lib by @tejash-jl in #102
- added custom delimiters in certificate api by @tejash-jl in #103
- Issue #SB-29126 fix: Contribute to RC on QR code generation with specific type by @VenkatKadiveti in #104
- Fixed bugs and removed dead codes by @tejash-jl in #105
- updated docker tag versions by @tejash-jl in #106
New Contributors
- @VenkatKadiveti made their first contribution in #104
Full Changelog: v0.0.4...v0.0.5
v0.0.4
New features:
- Schema management api
- External template support
- Delete Rest api
What's Changed
- Add Delete Entity Api and Respond with 401 in case of Unauthorised op… by @suraj-shanbhag in #95
- Fixed Delete Entity helper by @suraj-shanbhag in #97
- Picking template url from the request header by @dileepbapat in #96
- added functionality to support dynamic schemas by @tejash-jl in #98
New Contributors
- @suraj-shanbhag made their first contribution in #95
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- Notification Service
- SVG certificate
- Attestation (dynamic store)
- eLocker Usecase enhancements