Skip to content

1.1.0

Compare
Choose a tag to compare
@DemonMartin DemonMartin released this 20 Jun 20:03
· 10 commits to main since this release
7cb2134

πŸ”„ Changes:

  • βœ… Updated code to provide a new way of using methods using options objects. See examples for the latest usage.
  • πŸ› Fixed an issue with the "At least one of sessionId, cookiejar, or proxy parameters must be provided" error, allowing flexibility in defining these parameters.
  • πŸ› οΈ Improved error handling and added additional checks for invalid proxies and missing/invalid API keys.

πŸ†• New Features:

  • πŸš€ Introduced support for options objects in createSession method, allowing easy customization of session ID and proxy configuration.
  • 🌐 Improved error messages for better understanding and troubleshooting.

πŸ”§ Other Changes:

  • πŸ’« Various internal code improvements and optimizations.

🐞 Bug Fixes:

  • πŸ› Resolved logic issue in proxy validation, now correctly throws an error when the proxy does not start with any valid protocol.

πŸ”‘ Important Note:

  • ⚠️ Make sure to update your code and follow the latest examples to leverage the new options object syntax and avoid any potential errors.

Thank you for using Scrappey! If you have any further questions or feedback, feel free to reach out. πŸš€

Full Changelog: 1.0.5...1.1.0