Releases: Azure/Commercial-Marketplace-SaaS-Accelerator
7.1.0
What's Changed
- Update Installation-Instructions.md by @msalemcode in #467
- updated install instructions to new release 700 by @santhoshb-msft in #464
- removed warning from ui test proj by @santhoshb-msft in #476
- Sb cicd by @santhoshb-msft in #474
- Fix For Meter Scheduler Bug #435 by @tiffwchen in #468
- Update Installation-Instructions.md by @neelavarshad in #484
- add filter to scheduler frequency by @msalemcode in #463
- Security fixes for Newtonsoft and System.Drawing by @santhoshb-msft in #490
Full Changelog: 7.0.0...7.1.0
7.0.0
What's Changed
- ds namespaces by @dstarr in #407
- updated install instructions to use 6.1.2 release by @santhoshb-msft in #413
- Update casing on location variable by @code4clouds in #411
- Refactor Admin - ApplicationConfigController by @alexdrenea in #418
- DS offers repo refactoring - Part 1 by @dstarr in #417
- fix email logo by @msalemcode in #423
- added validator with regex for sql password by @code4clouds in #426
- clean up the deployment installation by @msalemcode in #422
- Selenium UI Tests by @santhoshb-msft in #431
- Survey link by @dstarr in #440
- update the metered docs by @msalemcode in #442
- Update Installation-Instructions.md by @Jayshaw91 in #443
- Passed fulfilment base url to Marketplace SaaS client by @scottperham in #433
- Documentation Updates by @tiffwchen in #447
- add the keyvault paramter by @msalemcode in #428
- Clarify ADMTApplicationID Param Comment by @tiffwchen in #449
- Msalem/update scheduler lastrundate by @msalemcode in #450
- added known issues section by @santhoshb-msft in #456
- Sb webhook by @santhoshb-msft in #455
- Added in missing space by @tiffwchen in #454
- updated chrome driver by @santhoshb-msft in #458
- Sb clientlibupgrade by @santhoshb-msft in #460
New Contributors
- @Jayshaw91 made their first contribution in #443
- @scottperham made their first contribution in #433
- @tiffwchen made their first contribution in #447
Full Changelog: 6.1.2...7.0.0
6.1.2
New Features/Enhancements
- Added a note to instruct user to use PowerShell instead of bash shell within Azure Cloud Shell #402
- Modernize deployment script #359
- Add a warning to avoid publisher from closing the cloud shell #406
- Option to sync status/plan/quantity from the api on demand #219
- Logging on console and application logs #393
Bug Fixes
- Admin Portal - Subscriptions Horizontal Scroll missing #347
- Admin logout not working #396
- Application not working on any action which includes fulfilment API calls #403
- Fix KV reference on Cloud Shell #402
- Plan name does not change in Admin portal #345
- Wrong Subscription Status in Subscription Details page #353
- Can't change Quantity in Admin Portal #354
**Thanks to all our code contributors! **
@nickward13, @alexdrenea, @dstarr, @santhoshb-msft , @msalemcode, @neelavarshad
Full Changelog: 6.1.1...6.1.2
6.1.1
New Features
N/A
Bug Fixes
- Install script updates - Intermittent install script failures #390
- Install script updates - Kv appsettings format is set incorrectly #392
- Compiler warnings fix #365
- [Internal] CI/CD pipeline fix
**Thanks to all our code contributors! **
@santhoshb-msft, @dstarr, @alexdrenea
Full Changelog: 6.1.0...6.1.1
6.1.0
New Features
- Entityframework support
- Added Onetime billing option
Bug Fixes
- N/A
**Thanks to all our code contributors! **
Full Changelog: 6.0.1...6.1.0
6.0.1
New Features
- Added support for the new 2-year and 3-year plan terms
New Changes
- Renamed projects to user friendly names
- Updates docs to reflect the project name changes
Bug Fixes
- N/A
**Thanks to all our code contributors! **
Full Changelog: 6.0.0...6.0.1
6.0.0
New Features
- New Metering Scheduler - Provide your meter supported subscription with the ability to emit meter charges on regular intervals (e.g. daily, monthly, etc.)
- New Installation Script - The new script uses AZ CLI and allows faster deployment and key vault installation. #314
- Better handling for Webhooks - Support new Enums and unknown Enums states. These are also logged in the Activity Log.
- Activity Log Viewer - Review the activities done by the accelerators (e.g., webhook notifications, meters emitted, etc.) #224 #269
- Remove unsubscribe from list of subscriptions.
- Latest version of the SaaS Client API Library (to support multi-year plans) #309
- New email notification template page
- New users management page
- New upload logo page #203 #221
New Changes
- Table look and feel changes.
- View more details for subscriptions
- Performance improvement on the admin page #304 #284 #297
- Firewalls updated #244
Bug Fixes
- Improved password checks to avoid inaccessible pages after deployment completes due to invalid characters #282
- Fetch All doesn't stop when it finds the new multi-year plans #305
- Fixed Unsubscribe in situation where Unsubscribed didn't get triggered
- Fixes to the webhook controller
**Thanks to all our code contributors! **
- @alexdrenea
- @caseywatson
- @k-granados
- @msalemcode
- @ms-mgrant
- @louisephilardeau
- @olsoro0
- @santhoshb-msft
- @snobu
Full Changelog: 5.0.0...6.0.0
5.0.0
In this release of the SaaS Accelerator the following updates have been committed:
-
Update to dotnet 6 (#187)
-
Update to OpenID Connect to v2 common endpoint to support Personal Account
-
Fail subscription updates by the customer on webhook (#211) (#211) This feature allows publishers to auto-reject plan changes issued by customers on the Azure Portal. There is a new entry in the database to toggle true/false this behavior. Note: This feature will also reject plan changes on the admin page. Admins can change the customer plans by toggling this feature in the config section then toggling it back (no restart required).
-
Allow Admin to change logos (#203) (#203)
Allow ISVs to upload logos using the admin page. Logos need to be uploaded in .png for the top-left icon and .ico for the favicon tab icon. After the upload is uploaded then a restart of the webapps will be required. Browser cache will keep the old logo after restart, so we recommend ctrl+f5 to force refresh. -
Fix color for hover over 'subscribe' button on lading page (#222)
-
Update Installation-Instructions.md Update doc command to use stable tags instead of main.
-
Fix offers table, Added Marketplace Subscription ID to Admin portal
-
Unsubscribe action for Landing Page. (#123)
-
Add new SaaS diagram (03128b5)
-
Clean up package dependencies
Resolve conflicts with package dependencies
MS Build 2020 Release
- Dependencies Cleanup
- Improved deployments
- Improved documentation