diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bc0c3c0896..796c36d8d99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache # can remove once ruby 2.3 is no longer supported - - run: gem update --system + - run: gem update --system 3.4.22 - run: bundle config set deployment 'true' - name: bundle install diff --git a/source/index.html.md b/source/index.html.md index 1ac1b94ae5a..260e8302d32 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -127,6 +127,7 @@ expected_signature == signature["v1"] # Changelog +- (2023-10-01) **ActorProfile#show**: Add `professional_associations` (formerly `unions`) - (2023-08-17) **ActorProfile#index**: Added possibility to filter by `updated_at` - (2023-05-31) **ActorProfile#index**: - Also emit `picture_copyright` if `include_picture` is specified @@ -304,6 +305,9 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \ "unions": [ "bffs" ], + "professional_associations": [ + "bffs" + ], "pictures": [ { "id": 140, @@ -475,6 +479,7 @@ See example response to the right for an overview of included fields. Please not - **Deprecation**: `native_dialect` is deprecated. Use `native_dialects` instead. - **Deprecation**: `castupload_url` is deprecated. Use `filmmakers_url` instead. - **Deprecation**: `castupload_professional_url` is deprecated. Use `filmmakers_cd_url` instead. +- **Deprecation**: `unions` is deprecated. Use `professional_associations` instead. # Talent agencies