Skip to content

v1.1.0

Compare
Choose a tag to compare
@asciimoo asciimoo released this 28 Aug 16:55
· 282 commits to master since this release
a3a4941
  • Appengine integration takes context.Context instead of http.Request (API change)
  • Added "Accept" http header by default to every request
  • Support slices of pointers and structs in unmarshal
  • Fixed a race condition in queues
  • ForEachWithBreak method added to HTMLElement
  • Added a local file example
  • Support gzip decompression of response bodies
  • Don't share waitgroup when cloning a collector
  • Fixed instagram example