disgo icon indicating copy to clipboard operation
disgo copied to clipboard

disgo v0.10.1

Open switchupcb opened this issue 2 years ago • 2 comments

Version 0.10.1 (hosted on an @v10 branch) will require the following changes:

Requests

In order to ensure HTTP Content Type Headers are correct, we must make sure that

  • [ ] Requests with files include subpart headers. https://discord.com/developers/docs/reference#uploading-files
  • [x] Requests that upload image data detect the correct content type (i.e image/jpeg, image/png, image/gif for avatar_url)

Originally posted by @switchupcb in https://github.com/switchupcb/disgo/issues/10#issuecomment-1140376683

switchupcb avatar May 30 '22 18:05 switchupcb

The following versioning will be used: Beta: v0.10.0, v0.11.0 where the second number signifies the Discord API. Release: v10.0, v11.0, v11.4.0) where the first number signifies the Discord API.

switchupcb avatar Jul 25 '22 08:07 switchupcb

The original requirements for this release have been changed in an effort to find more contributors. The reason for this is explained in the State of Disgo Discussion. In addition to the tasks above, Version 0.10.1 (hosted on an @v10 branch) will require the following changes:

  • [ ] Coverage Test
  • [x] Structured Logging
  • [ ] disgo.go bundle (including fieldalignment)

switchupcb avatar Jul 27 '22 06:07 switchupcb

Continued in https://github.com/switchupcb/disgo/issues/41.

switchupcb avatar Nov 17 '22 22:11 switchupcb