Release v1.0.0-rc2
What's Changed
- fix: Outbox retries forever if target domain is down by @bstasyszyn in #1243
- chore: Add copyright header by @bstasyszyn in #1244
- chore: change version-fragment to vc by @fqutishat in #1246
- chore: fix version release by @fqutishat in #1247
- fix: Outbox unit test failing intermittently by @bstasyszyn in #1248
- feat: Store log entries by @sandrask in #1245
- refactor: Rename outbox message types by @bstasyszyn in #1249
- chore: Add BDD test for verifying new log with tree size > 0 by @sandrask in #1250
- fix: Start Orb services after the REST endpoints by @bstasyszyn in #1254
- feat: Implemented a subscriber pool for the AMQP Inbox queue by @bstasyszyn in #1255
- feat: Add retrieving log entries by @sandrask in #1257
- chore: Add test for creating STH from retrieved log entries by @sandrask in #1259
- feat: Public key store/cache for Observer by @bstasyszyn in #1262
- feat: Health check REST endpoint by @fqutishat in #1264
- chore: Remove unused vct discovery domains parameter by @sandrask in #1266
- chore: Move vct package out of activitypub by @sandrask in #1268
- chore: Update sidetree-core (service endpoint format) by @sandrask in #1272
- feat: add kms status for orb health check by @fqutishat in #1269
- feat: Add REST endpoint to configure/store VCT URL by @sandrask in #1274
- feat: Add client for caching config store (config-db parameters) by @sandrask in #1279
- feat: Remove VCT URL env var and integrate log URL retriever by @sandrask in #1282
- feat: Add REST endpoint to retrieve log URL by @sandrask in #1284
- feat: Add REST endpoint to deactivate/activate log URL by @sandrask in #1288
- fix: Retry operations that fail to be re-published by @bstasyszyn in #1291
- feat: Add REST endpoint to list active, inactive logs by @sandrask in #1292
- feat: Enable AMQP publisher delivery confirmation by @bstasyszyn in #1293
- test: BDD test for database restart by @bstasyszyn in #1296
- feat: Add environment variable for no VCT version by @sandrask in #1294
- feat: Add witness policy management to Orb CLI by @bstasyszyn in #1297
- chore: Update to latest version of watermill-amqp by @bstasyszyn in #1298
- feat: Add log monitor get, activate, deactivate cmd to CLI by @sandrask in #1300
- feat: Add configuring log URL for domain to CLI by @sandrask in #1301
- fix: VCT monitor checks audit path if leaf index > 0 by @bstasyszyn in #1304
- feat: Added vct verify command to orb-cli by @bstasyszyn in #1306
- docs: Samples for Orb tutorial by @bstasyszyn in #1307
- fix: Make cas-url arg mandatory in orb-cli vct verify by @bstasyszyn in #1308
- chore: update to latest kms aws by @fqutishat in #1309
- chore: update to latest kms aws by @fqutishat in #1310
- fix: health check status by @fqutishat in #1311
- chore: specify a subnet for workplace VPN compatibility by @christopherwood in #1313
- chore: update to latest aries by @fqutishat in #1314
- chore: VCT backup/recovery test by @sandrask in #1315
- chore: Add PostgreSQL Command Line Tools to README by @sandrask in #1319
- chore: update to latest aries by @fqutishat in #1320
- feat: Add status to log entry store by @sandrask in #1322
- feat: Orb node should detect unexpected VCT log changes by @sandrask in #1331
- feat: Utility for using vendor-specific DB APIs by @bstasyszyn in #1332
- feat: Optimized stores for ActivityPub by @bstasyszyn in #1338
- feat: Optimized orb-config store by @bstasyszyn in #1339
- feat: Optimized stores for anchor/VC by @bstasyszyn in #1340
- feat: Optimized stores for VCT monitoring by @bstasyszyn in #1341
- feat: Optimized stores for operation & witness by @bstasyszyn in #1342
- fix: Update service endpoints in tutorial by @bstasyszyn in #1343
- chore: change MaxOperationCount to 10000 by @fqutishat in #1349
- docs: Swagger docs by @bstasyszyn in #1352
- feat: Update MongoDB storage provider dependency by @DRK3 in #1354
- chore: Remove ActivityPub actor store by @bstasyszyn in #1357
- chore: fix stress test by @fqutishat in #1359
- chore: disable mq health check by @fqutishat in #1361
- Revert "chore: change MaxOperationCount to 10000" by @fqutishat in #1365
- fix: AMQP health check by @bstasyszyn in #1363
- chore: Add CAS write size metric by @bstasyszyn in #1366
- feat: MongoDB wrapper batch method optimization by @DRK3 in #1367
- fix: Ensure MongoDB is detected by @bstasyszyn in #1369
- fix: Use dedicated publisher pool for wait queue by @bstasyszyn in #1371
- feat: Use multiple publisher pools if pool size is to large by @bstasyszyn in #1373
- chore: change max operation size to 10000 by @fqutishat in #1374
- chore: update to rc2 vct and sidetree-core-go by @fqutishat in #1375
- chore: update to rc2 vdr orb by @fqutishat in #1376
New Contributors
- @christopherwood made their first contribution in #1313
Full Changelog: v1.0.0-rc.1...v1.0.0-rc2