Skip to content

Releases: Logitar/Portal

v4.1.2

26 Jun 20:09
Compare
Choose a tag to compare

Fixed

  • Fixed messages sent in duplicate.

v4.1.1

12 Jun 01:52
Compare
Choose a tag to compare

Fixed

  • Updated Docker Compose file.
  • Updated NPM packages & fixed security issues.
  • Fixed Twilio sender replacement.

v4.1.0

29 Mar 04:04
Compare
Choose a tag to compare

Added

  • Implemented SMS messages.

Changed

  • Upgraded NuGet packages & refactored domain aggregates.

Fixed

  • Fixed the HttpContextExtensions.GetBaseUri method.

v4.0.1

09 Mar 23:57
d03b7c8
Compare
Choose a tag to compare

Fixed

  • Fixed Authentication and Session issues.
  • Fixed configuration string environment variables.

v4.0.0

08 Mar 19:26
271964f
Compare
Choose a tag to compare

Added

  • Implemented One-Time Password (OTP) management with Identity.
  • Added Microsoft SQL Server.
  • Added MongoDB support for logs.
  • Implemented a MassTransit/RabbitMQ interface.
  • Created a Worker service to clean the token blacklist.
  • Added a Realm Selector in the Frontend.
  • Added simple Bearer authentication.
  • Sending messages from Mailgun.

Changed

  • Reimplemented logging.
  • Reimplemented configuration management.
  • Reimplemented account management.
  • Reimplemented realm management.
  • Reimplemented role management with Identity.
  • Reimplemented API key management with Identity.
  • Reimplemented user management with Identity.
  • Reimplemented session management with Identity.
  • Reimplemented token management with Identity.
  • Reimplemented dictionary management.
  • Reimplemented sender management.
  • Reimplemented template management.
  • Reimplemented message management.
  • Reimplemented HTTP client.
  • Optimized GraphQL queries.

Fixed

  • Fixed user realm refreshing after creation.

v3.0.3

16 Oct 20:20
fff3902
Compare
Choose a tag to compare

Added

  • Completed NuGet package documentation.

Fixed

  • Fixed NPM audits.

v3.0.2

19 Sep 11:55
64fc4c9
Compare
Choose a tag to compare

Fixed

  • Required FormSelect with no options.

v3.0.1

19 Sep 02:18
f8d82ba
Compare
Choose a tag to compare

Fixed

  • CI/CD pipelines.
  • CHANGELOG links.

v3.0.0

19 Sep 02:08
f0a5b71
Compare
Choose a tag to compare

Added

  • Implemented role management.
  • Documented software architecture.

Changed

  • Reimplemented logging.
  • Reimplemented configuration management.
  • Reimplemented HTTP client.
  • Reimplemented realm management.
  • Reimplemented user management.
  • Reimplemented session management.
  • Reimplemented API key management.
  • Reimplemented token management.
  • Reimplemented dictionary management.
  • Reimplemented sender management.
  • Reimplemented template management.
  • Reimplemented message management.

v2.1.0

02 May 03:02
Compare
Choose a tag to compare

Added

  • Added a configuration interface and actors.
  • Added phone country code & extension fields.

Fixed

  • Do not display environment tag in Production environment.
  • Fixed session properties when refreshed.
  • Increment session version when signing-out.

Changed

  • The initial user is now the actor in its creation and initialization of the configuration.
  • Refactored database & caching initialization.
  • Renamed alias to slug and remove accents in slugs.
  • Updated NuGet packages and set DoNotUseFullAssemblyName to true.