Closed octokitbot closed 4 months ago
Update of descriptionHash in kiota-lock.json
The unique descriptor value (or 'descriptionHash') in kiota-lock.json
has been updated. This change is like switching out a unique ID card. This doesn't affect the function of the software, but it's an internal bookkeeping change.
Changes to Commit Author and Committer Types in commit.go
The commit.go
file, which stores details of modifications to the project, has undergone several changes; specifically affecting how the 'author' of a commit and the 'committer' are recorded and interacted with:
NullableSimpleUserable
), but were changed to a new type (Commit_Commit_authorable
and Commit_Commit_committerable
respectively). This is akin to changing the format in which we store this data to enhance efficiency or readability.Commit_Commit_author
and Commit_Commit_committer
were introduced. These new types can aid in manipulating or accessing specific details about the 'authors' and 'committers' of code changes.
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.