Releases: jobstash/middleware
Releases · jobstash/middleware
v2.3.0
2.3.0 (2024-03-07)
Features
- organizations: added ecosystem support for organization endpoints (481a97d)
v2.2.0
2.2.0 (2024-03-07)
Features
- tags: added ecosystem support for tags (13419ec)
v2.1.0
2.1.0 (2024-03-06)
Features
- jobs: added ecosystem filtering for jobs endpoints (10666f1)
v2.0.4
2.0.4 (2024-03-06)
Bug Fixes
- users: flipped repo.description to nullable field (5ed4686)
v2.0.3-RC.1
Bug Fixes
- report: fixed url validation to be based on ALLOWED ORIGINS env (03be734)
- users: fixed bug with org profile flows (793cc65)
v2.0.3
2.0.3 (2024-03-05)
Bug Fixes
- users: fixed bug with org profile flows (793cc65)
v2.0.2
2.0.2 (2024-02-29)
Bug Fixes
- report: fixed url validation to be based on ALLOWED ORIGINS env (9de56ef)
v2.0.1
2.0.1 (2024-02-29)
Bug Fixes
- profile: fixed lame copypasta bug (90e0588)
v1.79.1
1.79.1 (2024-02-29)
Bug Fixes
- report: fixed url validation to be based on ALLOWED ORIGINS env (f3cb139)
v2.0.0
2.0.0 (2024-02-28)
Features
- users: separated profile interfaces for org and dev users (82da55f)
BREAKING CHANGES
- users: GET /magic/org/login/callback - now returns the new org user profile interface
GET /profile/info -> /profile/{dev|org}/info and the org version returns the new org user profile interface
POST /profile/info -> /profile/{dev|org}/info and the org version takes a different body see src/auth/profile/dto/update-org-profile.input.ts for the shape
GET /users/orgs/{pending|approved} these now return the new org user profile interface