8000 Tags · igolaizola/bulkai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: igolaizola/bulkai

Tags

v1.3.4

Toggle v1.3.4's commit message
Bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.42.0 to 0.48.2.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.42.0...v0.48.2)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

v1.3.3

Toggle v1.3.3's commit message
Fix parsing application command data

Closes #91

v1.3.2

Toggle v1.3.2's commit message
Bump golang.org/x/image from 0.15.0 to 0.18.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0.
- [Commits](golang/image@v0.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

v1.3.1

Toggle v1.3.1's commit message
*: update go to 1.22 and dependencies

Updated go.mod and go.sum to use go 1.22 and updated dependencies.

v1.3.0

Toggle v1.3.0's commit message
Default to use discord CDN URLs

Most of the time, the temporary Discord URLs are enough to download
the images, so we can default to using them.
An optional parameter `midjourney-cdn` has been added to use the
Midjourney CDN instead.

v1.2.0

Toggle v1.2.0's commit message
Improve readme by adding emojis and a telegram link

v1.1.9

Toggle v1.1.9's commit message
Fix obtaining headers and JA3 at create-session

Adjust how scrapfly is used to obtain the JA3 fingerprint and headers
for the session. This is done by using their websites instead of their
API.

v1.1.8

Toggle v1.1.8's commit message
Fix session not being correctly created

Replace the scrapfly URL that was used to obtain the browser user agent
and language. This URL was not working anymore and was returning a 404.

Closes #68

v1.1.7

Toggle v1.1.7's commit message
Update midjourney application command URLs

v1.1.6

Toggle v1.1.6's commit message
Remove query string from URLs

Closes #56
0