Skip to content

Releases: Azure/Commercial-Marketplace-SaaS-Accelerator

7.1.0

12 May 04:12
dabee5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0

31 Mar 04:10
f4214fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.2...7.0.0

6.1.2

15 Dec 00:34
7ec8672
Compare
Choose a tag to compare

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

08 Dec 19:01
dce66ed
Compare
Choose a tag to compare

New Features
N/A

Bug Fixes

  1. Install script updates - Intermittent install script failures #390
  2. Install script updates - Kv appsettings format is set incorrectly #392
  3. Compiler warnings fix #365
  4. [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

01 Dec 19:27
b97dcac
Compare
Choose a tag to compare

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

28 Oct 21:18
67609fd
Compare
Choose a tag to compare

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

01 Sep 21:34
55d4b44
Compare
Choose a tag to compare

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! **

Full Changelog: 5.0.0...6.0.0

5.0.0

30 Mar 22:27
c47c27b
Compare
Choose a tag to compare

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.

  • Unsubscribe action for Landing Page. (#123) (#208)

  • 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

16 Jun 21:48
b2e666b
Compare
Choose a tag to compare
  • Dependencies Cleanup
  • Improved deployments
  • Improved documentation