Skip to content

Releases: microsoftgraph/msgraph-sdk-java-core

1.0.2

01 Sep 20:56
1.0.2
b04bbb7

Choose a tag to compare

Changes:

  • ac94091 Merge pull request #61 from microsoftgraph/hotfix/gradle-repos-definitions
  • ebdf244 - adds custom task for bintray as documented
  • 69804f6 Merge pull request #59 from microsoftgraph/hotfix/gradle-repos-definitions
  • 0f35f54 - fixes repo URL for bintray
  • 5d7bc60 Merge pull request #53 from microsoftgraph/dev
  • 8c480ee Merge pull request #56 from microsoftgraph/feature/gradle-upgrade
  • c8298b5 Merge branch 'dev' into feature/gradle-upgrade
  • 883c420 Merge pull request #57 from microsoftgraph/bugfix/getLatestVersionScript-fixes
  • 832d55b - reverts upgrade to java8 to avoid introducing a breaking change
  • bd10064 - bumps java version in the readme and lints readme
See More
  • 4bacea5 - fixes a bug where parameters docs would fail the script
  • 4e8c24f - replaces hardcoded constants by settings loading
  • ce51737 - adds missing bintray repo
  • 5e58100 Merge branch 'dev' into feature/gradle-upgrade
  • 8493cc3 - names repostories and moves urls to build file for clarity
  • 509ad9a Merge pull request #55 from microsoftgraph/feature/math-dep-remove
  • 6f87c0b Merge branch 'dev' into feature/math-dep-remove
  • 75c2281 Merge branch 'dev' into feature/gradle-upgrade
  • 8adaed2 Merge pull request #54 from microsoftgraph/bugfix/versionvalidation-inconsitent
  • 81569a5 Apply suggestions from code review
  • 9256135 - upgrades gradle from 4.5 to 6.6
  • c4e8d99 - removes unused dependency
  • 6465a6f - fixes an issue where maven version would not be compared
  • b04bbb7 Merge pull request #52 from microsoftgraph/feature/version1-0-2
  • 1f65d4d Merge branch 'dev' into feature/version1-0-2
  • fc8daf1 Merge pull request #51 from microsoftgraph/feature/useless-dep [ #49 ]
  • 45e012c - bumps version to 1.0.2
  • 9fb8987 - closes #49 removes a unused dependency
  • 59bcc4a Merge pull request #50 from microsoftgraph/dependabot/gradle/junit-junit-4.13
  • fe53281 Bump junit from 4.12 to 4.13
  • cd978fd Merge pull request #47 from microsoftgraph/dependabot/gradle/com.googlecode.json-simple-json-simple-1.1.1
  • 159a9ea Bump json-simple from 1.1 to 1.1.1
  • 4134935 Merge pull request #46 from microsoftgraph/feature/workflows
  • 239b16c - adds pull request template
  • 19c8af5 - adds issue template
  • 1bccc03 - adds codeql analysis workflow
  • 76631dc - adds conflicting PR workflow
  • f681866 - adds dependencies auto-update workflow
  • 7d711f0 Merge pull request #40 from microsoftgraph/rsh/scriptMinorUpdate
  • bbbac71 fixing small typo causing script to break
  • 5d03a69 Merge pull request #39 from microsoftgraph/rsh/getVersionScript
  • 2b0f46b Update prValidate.yml
  • 5ca7be8 Update prValidate.yml
  • ff942d7 Update prValidate.yml for Azure Pipelines
  • 1277760 Update buildAndPackage.yml for Azure Pipelines
  • 062a8d5 Update buildAndPackage.yml for Azure Pipelines
  • 3eee981 Update prValidate.yml for Azure Pipelines
  • eae025a update the scripts
  • 6f42ced add getLatestVersion script
  • 493d910 update script and rename folder from Scripts to scripts
  • 6b70c19 Update prValidate.yml for Azure Pipelines
  • 5696713 Update buildAndPackage.yml for Azure Pipelines
  • c7d8c7a Update buildAndPackage.yml for Azure Pipelines
  • 9e55b03 Merge pull request #37 from microsoftgraph/master
  • 3cc93aa Merge pull request #35 from microsoftgraph/dev
  • 5944b3e Merge pull request #34 from microsoftgraph/rsh/buildAndPackagePipeline
  • 77bd5f4 Update buildAndPackage.yml
  • 98d49b8 Update prValidate.yml for Azure Pipelines
  • b70b126 Update prValidate.yml for Azure Pipelines
  • 63a7e94 Update buildAndPackage.yml for Azure Pipelines
  • f2b43ff Set up CI with Azure Pipelines
  • 05d14af Update prValidate.yml
  • 93edbfc Merge pull request #32 from microsoftgraph/rsh/prValidate
  • ad035d1 Updated script file reflecting the feedback and requested fixes
  • 3758106 Update prValidate.yml for Azure Pipelines
  • 0282cb6 Merge branch 'rsh/prValidate' of https://github.com/microsoftgraph/msgraph-sdk-java-core into rsh/prValidate
  • 070838f Update script
  • 91d5dd0 Update prValidate.yml for Azure Pipelines
  • b97fe21 Update prValidate.yml for Azure Pipelines
  • ba07963 Update prValidate.yml for Azure Pipelines
  • 507f146 Update prValidate.yml for Azure Pipelines
  • bff7e87 Update prValidate.yml for Azure Pipelines
  • 147f217 Update prValidate.yml for Azure Pipelines
  • a7f91c5 Update prValidate.yml for Azure Pipelines
  • 106ce1f Update script
  • 0624211 Update script
  • 1176583 updated script file to check if the local maven version is greater than those on the repo
  • 0db442b Update prValidate.yml for Azure Pipelines
  • 07cd2d3 Update prValidate.yml for Azure Pipelines
  • fa4945f Update prValidate.yml for Azure Pipelines
  • ce298e2 add validate script
  • bba6234 Set up CI with Azure Pipelines
  • 16ee86b Merge pull request #29 from microsoftgraph/mobilal/telemetry
  • fc7b563 Merge pull request #28 from microsoftgraph/dev
  • e811740 Merge pull request #15 from microsoftgraph/dev
  • 365ed66 Merge pull request #13 from microsoftgraph/dev

This list of changes was auto generated.

1.0.1

20 Aug 13:01
1.0.1

Choose a tag to compare

1.0.1 release

GA Release

26 Apr 09:39
2a30957

Choose a tag to compare

  1. Retry handler and options
  2. Redirect handler and options
  3. Authentication handler
  4. Telemetry handler
  5. Batch request and response content
  6. Uses OkHttp as http client
  7. Supports android and java
  8. Support for client and request level middleware options
  9. Gradle build and publishing

MSGraph SDK Java Core

09 Mar 08:43
7e6125a

Choose a tag to compare

MSGraph SDK Java Core Pre-release
Pre-release
  • Uses OkHttp as http client
  • Supports android and java
  • Middleware functionality
  • Redirect handlers with redirect options
  • Retry handlers with retry options
  • Authentication handler
  • Support for client and request level middleware options
  • Batching requests feature
  • Gradle build and publishing