All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.5 - 2024-07-30
- Add API for OIDC implementation (traQ#1887)
- Add API
traq::apis::me_api::get_oidc_user_info
- Add variant
Openid
,Profile
in enumtraq::models::OAuth2Scope
- Add struct
traq::models::OidcTraqUserInfo
- Add struct
traq::models::OidcUserInfo
- Add API
- Add field
confidential
intraq::models::GetClient200Response
,traq::models::OAuth2ClientDetail
,traq::models::OAuth2Client
,traq::models::PatchClientRequest
,traq::models::PostClientRequest
(traQ#2426) - Add field
bio
intraq::models::PatchBotRequest
traQ#2483 - Add variant
DeleteMyStamp
in enumtraq::models::UserPermission
(traQ#2474) - Add struct
traq::models::Session
, which is used intraq::models::WebRtcUserState
(traQ#2475) - Add API
traq::apis::oauth2_api::revoke_client_tokens
(traQ#2477) - Add feature flags to select TLS backend (#26)
- Change the format of the parameter
user_id
oftraq::apis::channel_api::get_user_dm_channel
to UUID in documentation (traQ#2485)
- Fix example code in README
0.1.4 - 2024-03-21
- Update dependencies
0.1.3 - 2023-12-27
- Add struct
traq::models::StampWithThumbnail
- Change return type of
traq::apis::stamp_api::get_stamps
, fromResult<Vec<traq::models::Stamp>, traq::apis::Error<traq::apis::stamp_api::GetStampsError>>
toResult<Vec<traq::models::StampWithThumbnail>, traq::apis::Error<traq::apis::stamp_api::GetStampsError>>
0.1.2 - 2023-07-21
- Fixed some JSON parsing failures (#5)
0.1.1 - 2023-06-16
- Add description of
GET /ogp?url=:url
- Remove variant
Status404()
from enumtraq::apis::ogp_api::GetOgpError
0.1.0 - 2023-06-06
- initial release