Skip to content

Releases: octokit/plugin-enterprise-cloud.js

v4.1.1

10 Jun 17:49
805dc7e

Choose a tag to compare

4.1.1 (2020-06-10)

Bug Fixes

  • deps: bump @octokit/types from 4.1.9 to 5.0.0 (805dc7e)

v4.1.0

07 Jun 18:03
51bb14f

Choose a tag to compare

4.1.0 (2020-06-07)

Features

  • orgs.listCredentialAuthorizations, orgs.removeCredentialAuthorization, scim.getProvisioningDetailsForUser, scim.provisionAndInviteUsers, scim.provisionInviteUsers, scim.removeUserFromOrg, scim.replaceProvisionedUserInformation, scim.updateUserAttribute. (#137) (51bb14f)

v4.0.0

02 Jun 21:37
a4a22c2

Choose a tag to compare

BREAKING CHANGES

  • teams.createOrUpdateIdPGroupConnections is now teams.createOrUpdateIdPGroupConnectionsInOrg, teams.listIdPGroups is now teams.listIdPGroupsInOrg. Both require org parameter

v3.0.3

14 Jan 21:47

Choose a tag to compare

3.0.3 (2020-01-14)

Bug Fixes

  • README: bug in usage example (97dcc9a)

v3.0.2

14 Jan 18:27

Choose a tag to compare

3.0.2 (2020-01-14)

Bug Fixes

  • reduce code size trough internal refactoring (5d29780)

v3.0.1

14 Jan 18:21

Choose a tag to compare

3.0.1 (2020-01-14)

Bug Fixes

  • reduce code size trough internal refactoring (1f52e9b)

v3.0.0

14 Jan 05:08

Choose a tag to compare

BREAKING CHANGES

  • @octokit/plugin-scim) has been renamed to @octokit/plugin-enterprise-cloud
  • const plugin = require("@octokit/plugin-scim") is now const { enterpriseCloud } = require("@octokit/plugin-enterprise-cloud")
  • Removed official support for Node 8

Features

  • TypeScript implementation (2a2ee5b)

v2.2.0

16 Apr 00:27

Choose a tag to compare

2.2.0 (2019-04-16)

Features

  • add deprecations for methods and parameters (23c3e96)

v2.1.1

09 Mar 18:22

Choose a tag to compare

2.1.1 (2019-03-09)

Bug Fixes

  • cloud-9 preview has been removed (#32) (73c14c0)

v2.1.0

11 Jan 05:27

Choose a tag to compare

2.1.0 (2019-01-11)

Features