Skip to content

Releases: bps-kota-bontang/serambi-api

v0.3.0

30 Sep 03:54
743c21e
Compare
Choose a tag to compare

0.3.0 (2024-09-30)

Features

v0.2.2

30 Sep 01:25
f1eb924
Compare
Choose a tag to compare

0.2.2 (2024-09-30)

Bug Fixes

  • 🚑 correct get user by email with insensitive (76f8731)

v0.2.1

29 Sep 23:14
a08962f
Compare
Choose a tag to compare

0.2.1 (2024-09-29)

Bug Fixes

  • 🐛 use service_id instead of redirect_url for gate service (52c14b0)

v0.2.0

06 Sep 01:07
0777334
Compare
Choose a tag to compare

0.2.0 (2024-09-06)

Features

  • integration with Gapura for login with sso (a6d6a4b)

Performance Improvements

  • improve seeder using csv (f6c017f)

v0.1.4

27 Aug 08:14
0f2a234
Compare
Choose a tag to compare

0.1.4 (2024-08-27)

Miscellaneous Chores

v0.1.3

27 Aug 03:58
fb511ff
Compare
Choose a tag to compare

0.1.3 (2024-08-27)

Performance Improvements

  • add field hasLogo (6a1d5d1)
  • configure profiling using sentry (dbe7df4)

v0.1.2

26 Aug 12:38
fe4d1ae
Compare
Choose a tag to compare

0.1.2 (2024-08-26)

Bug Fixes

  • correct only super user can update status admin (9a32928)

v0.1.1

25 Aug 19:11
df1c67e
Compare
Choose a tag to compare

0.1.1 (2024-08-25)

Bug Fixes

  • handle response error based on status (a02d44f)

v0.1.0

25 Aug 04:31
c4ac375
Compare
Choose a tag to compare

0.1.0 (2024-08-25)

Features

  • add api auth login (91e21cf)
  • add api create service credential (7879239)
  • add api delete team (647dc01)
  • add api service teams (f9c0a6e)
  • add api services (27b974f)
  • add api team users (e07ff48)
  • add api teams (539b345)
  • add api update service (7a467ec)
  • add api users (d9d6f11)
  • add api users me (647bb6e)
  • add credential in service (e70d049)
  • add image in service (284a1aa)
  • add query parameter for get services (6a070e7)
  • add service tags (42ebfe3)
  • add teams and credential when create service (c51a594)
  • only admin can create,update,delete team users (eb794b4)
  • only super admin can create team (c057d8d)
  • only team users can add, delete services for their team (b825683)
  • return credential in at get service (33f66c1)
  • super user can access all feature (be73c5e)
  • super user can get all services and delete service (fef1c14)
  • update api update team users (265e9cf)

Bug Fixes

  • correct create or update credential when update sevice (c227ac6)
  • correct import prisma lib (0f8e92e)
  • correct store credential service (8facb3d)

Performance Improvements

Miscellaneous Chores