Skip to content

Releases: Daniel-Ric/XLink-Service

v3.3.5

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit ecdb4c4.

Summary

  • Change type: Repository update
  • Main change: Merge remote-tracking branch 'origin/master'
  • Impact: Repository update with a small change footprint across repository files.
  • Bump reason: patch-level repository update

Notable changes

  • Merge remote-tracking branch 'origin/master'

Changed areas

  • Changelog: 1 file: CHANGELOG.md

Release metadata

  • Version bump: patch
  • Files changed: 1
  • Line changes: +22 / -0

v3.3.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit d29b074.

Summary

  • Change type: Repository update
  • Main change: xLink - Add XSAPI, RTA, and MPSD to Swagger docs
  • Impact: Repository update with a small change footprint across repository files.
  • Bump reason: patch-level repository update

Notable changes

  • xLink - Add XSAPI, RTA, and MPSD to Swagger docs

Changed areas

  • Shared utilities: 1 file: src/utils/swagger.js

Release metadata

  • Version bump: patch
  • Files changed: 1
  • Line changes: +6 / -0

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit 21ac4be.

Summary

  • Change type: Repository update
  • Main change: xLink - Integrate XSAPI, RTA, and MPSD routes and services
  • Impact: Repository update with a small change footprint across repository files.
  • Bump reason: patch-level repository update

Notable changes

  • xLink - Integrate XSAPI, RTA, and MPSD routes and services

Changed areas

  • Application bootstrap: 1 file: src/app.js

Release metadata

  • Version bump: patch
  • Files changed: 1
  • Line changes: +18 / -1

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit 9352765.

Summary

  • Change type: Repository update
  • Main change: xLink - Expand environment config with XSAPI/XAL support variables
  • Impact: Repository update with a small change footprint across repository files.
  • Bump reason: patch-level repository update

Notable changes

  • xLink - Expand environment config with XSAPI/XAL support variables

Changed areas

  • Deployment configuration: 1 file: production.env.example
  • Runtime configuration: 1 file: src/config/env.js

Release metadata

  • Version bump: patch
  • Files changed: 2
  • Line changes: +17 / -0

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit 2625886.

Summary

  • Change type: Repository update
  • Main change: xLink - Add presence title update and removal endpoints
  • Impact: Repository update with a small change footprint across HTTP API routes, Xbox, Minecraft, and PlayFab integrations.
  • Bump reason: patch-level repository update

Notable changes

  • xLink - Add presence title update and removal endpoints

Changed areas

  • Xbox and Minecraft API routes: 1 file: src/routes/presence.routes.js
  • Xbox, Microsoft, and PlayFab service integrations: 1 file: src/services/xbox.service.js

Release metadata

  • Version bump: patch
  • Files changed: 2
  • Line changes: +112 / -8

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit eade709.

Summary

  • Change type: Repository update
  • Main change: xLink - Add RTA service and route handlers
  • Impact: Repository update with a medium change footprint across HTTP API routes, Xbox, Minecraft, and PlayFab integrations.
  • Bump reason: medium change footprint (2 files, 351 total line changes)

Notable changes

  • xLink - Add RTA service and route handlers

Changed areas

  • Xbox and Minecraft API routes: 1 file: src/routes/rta.routes.js
  • Xbox, Microsoft, and PlayFab service integrations: 1 file: src/services/rta.service.js

Release metadata

  • Version bump: minor
  • Files changed: 2
  • Line changes: +351 / -0

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit 6fd768d.

Summary

  • Change type: Repository update
  • Main change: xLink - Add MPSD session services and route handlers
  • Impact: Repository update with a medium change footprint across HTTP API routes, Xbox, Minecraft, and PlayFab integrations.
  • Bump reason: medium change footprint (2 files, 511 total line changes)

Notable changes

  • xLink - Add MPSD session services and route handlers

Changed areas

  • Xbox and Minecraft API routes: 1 file: src/routes/mpsd.routes.js
  • Xbox, Microsoft, and PlayFab service integrations: 1 file: src/services/mpsd.service.js

Release metadata

  • Version bump: minor
  • Files changed: 2
  • Line changes: +511 / -0

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:25

Automated release for commit 3a48196.

Summary

  • Change type: Repository update
  • Main change: xLink - Expand PeopleHub API integration with new endpoints and methods
  • Impact: Repository update with a medium change footprint across HTTP API routes, Xbox, Minecraft, and PlayFab integrations.
  • Bump reason: medium change footprint (2 files, 263 total line changes)

Notable changes

  • xLink - Expand PeopleHub API integration with new endpoints and methods

Changed areas

  • Xbox and Minecraft API routes: 1 file: src/routes/people.routes.js
  • Xbox, Microsoft, and PlayFab service integrations: 1 file: src/services/xbox.service.js

Release metadata

  • Version bump: minor
  • Files changed: 2
  • Line changes: +251 / -12

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:24

Automated release for commit af5319f.

Summary

  • Change type: Test coverage
  • Main change: xLink - Implement XSAPI services with authentication and request handling
  • Impact: Test coverage with a large change footprint across HTTP API routes, Xbox, Minecraft, and PlayFab integrations, repository files.
  • Bump reason: large change footprint (7 files, 1001 total line changes)

Notable changes

  • xLink - Implement XSAPI services with authentication and request handling

Changed areas

  • Shared utilities: 1 file: src/utils/xsapiContext.js
  • Tests: 1 file: tests/xsapi.test.js
  • Xbox and Minecraft API routes: 1 file: src/routes/xsapi.routes.js
  • Xbox, Microsoft, and PlayFab service integrations: 4 files: src/services/xsapiAuth.service.js, src/services/xsapiCrypto.service.js, src/services/xsapiHttp.service.js, plus 1 more

Release metadata

  • Version bump: major
  • Files changed: 7
  • Line changes: +1001 / -0

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:18

Automated release for commit d05be9d.

Summary

  • Change type: Repository update
  • Main change: xLink - Add gitignore
  • Impact: Repository update with a large change footprint across repository files.
  • Bump reason: large change footprint (1 files, 4491 total line changes)

Notable changes

  • xLink - Add gitignore

Changed areas

  • Repository files: 1 file: .gitignore

Release metadata

  • Version bump: major
  • Files changed: 1
  • Line changes: +4491 / -0