Skip to content

Releases: TomaszKandula/EmailSender

v1.10.3

13 Sep 21:31
Compare
Choose a tag to compare

1.10.3 (2022-09-13)

Bug Fixes

  • resolve incorrect values (369f57c)

v1.10.2

07 Sep 20:28
Compare
Choose a tag to compare

1.10.2 (2022-09-07)

Bug Fixes

v1.10.1

07 Sep 19:52
Compare
Choose a tag to compare

1.10.1 (2022-09-07)

Bug Fixes

  • get forwarded ip address (2c5fecf)

v1.10.0

07 Sep 12:07
Compare
Choose a tag to compare

1.10.0 (2022-09-07)

Bug Fixes

  • add missing exception throw (85fd92b)
  • add missing Guid.Empty (b270b9b)
  • add missing header key (14a8c79)
  • add missing null check (dd50f0d)
  • add missing user ID check if provided (24a1266)
  • change condition (15eed53)
  • correct faulty implementation (c0c0b51)
  • correct property assignment (1c21866)
  • correct typos (2049f34)
  • correct user alias creation (845077f)
  • incorrect vaue (0d9878f)
  • keep only key checking (a5d1d9e)
  • remove typo in the class/file name (e4836b6)
  • remove unnecessary attribute from base controller (de3124d)
  • remove unnecessary check (9fb8cc6)
  • resolve incorrect property assignment (93f8bc2)
  • revert condition (be65cfb)

Features

  • add api request behaviour (f86b2fb)
  • add attribute check (e24bfb5)
  • add billable attribute to the selected endpoints (d0a0bbb)
  • add capability for getting user role (d9112ae)
  • add capability to change user status (77abd7b)
  • add cqrs for changing user status (931df5d)
  • add cqrs for generating private key (09f5011)
  • add cqrs for removing user email capability (9cc3993)
  • add cqrs for updating user details (89aeefe)
  • add cqrs for updating user email (e0715f9)
  • add create user capability (fcf94ac)
  • add custom attribute (b56cf6a)
  • add custom attribute for adding user endpoint (4c333dd)
  • add DTO model (a09fa62)
  • add endpoint (5621ef7)
  • add enums for user statuses (82959a1)
  • add getting request history capability (01362e5)
  • add IsDeleted column to database table (56e9c0d)
  • add local helper methods (c5745f0)
  • add mapper and controller for removing user email capability (fa6b50b)
  • add mapper and endpoint for new capability (e4be0ee)
  • add mapper and endpoint for new capability (54e6dc3)
  • add mapper and endpoint for updating user details (833b5d5)
  • add mapper and new endpoint (a393a29)
  • add model (3ef26f9)
  • add new attribute (00f765c)
  • add new column for soft delete capability (1c2bc88)
  • add new custom attribute (9f5dac9)
  • add new DTO model (235ced5)
  • add new DTO model (58378e3)
  • add new DTO model (9b1545e)
  • add new DTO model (e094be8)
  • add new DTO model (48e8a75)
  • add new endpoint (3caf63a)
  • add new error code (54d36db)
  • add new error code (f669128)
  • add new error code (813a0fb)
  • add new error codes (50d3c6b)
  • add new methods to deal with user account (e75bef5)
  • add new models (50e6001)
  • add new tests (ae77ea2)
  • add new validation code (631a6b1)
  • add remove user capability (55d6cce)
  • add role check behaviour to the pipeline (420d8e5)
  • add role to a user (79a55a8)
  • add tests for business exceptions (f069b74)
  • add update user capability (e9fa36f)
  • add user status enum to model (47de4fd)
  • add user status to result model (0cfb59c)
  • change column name (872b67a)
  • change database column name and string length (773674e)
  • change implementation, skip verification upon endpoint attribute (1ee3e2b)
  • change method to verify IP address, not host name (ea85056)
  • check if user is not soft deleted and activated (a2ec7f9)
  • cqrs for new capability (add user email by ids) ([918314e](https://github.com/TomaszKandula/EmailSender/...
Read more

v1.9.0

08 Feb 18:36
Compare
Choose a tag to compare

1.9.0 (2022-02-08)

Features

v1.8.0

04 Feb 14:59
Compare
Choose a tag to compare

1.8.0 (2022-02-04)

Features

  • remove Sentry from project (98d7236)

v1.7.0

16 Jan 11:38
Compare
Choose a tag to compare

1.7.0 (2022-01-16)

Features

  • add cqrs for getting log files (8202e84)
  • add lgo information to handlers (1ec9022)
  • add new endpoint for getting log files (f8043c5)
  • add new error/validation codes (5567115)
  • map root path (a912f62)

v1.6.0

15 Jan 18:50
Compare
Choose a tag to compare

1.6.0 (2022-01-15)

Features

  • add log information to handlers (08ad0ad)
  • new logger configuration, add log to file (e556917)

v1.5.0

02 Jan 10:50
Compare
Choose a tag to compare

1.5.0 (2022-01-02)

Features

  • add method to extract private key from the request header (1829167)
  • add new service for checking private key passed in the request header (6dd69cc)
  • add private key in the request header (e843cab)

v1.4.0

01 Jan 14:04
Compare
Choose a tag to compare

1.4.0 (2022-01-01)

Bug Fixes

  • correct path after folder restructure (b7074ec)

Features

  • add new behaviour service (03dfff4)