Releases: merj/bing-webmaster-tools
Releases · merj/bing-webmaster-tools
v1.2.0
v1.1.2
- chore: bump version to 1.1.2 (b9f79b6)
- deps: Update aiohttp and jinja2 to fix security vulnerabilities (adfb870)
- chore: configure dependabot (9231017)
- fix(urls): correct QueryParamStr validation to unreserved letters and colon (fba123d)
- test: regenerate cassettes (fae7db0)
- test: fix vcr config and use vcr in integration tests (0531293)
- test(urls): implement integration tests for UrlManagementService (015ed31)
- feat(urls): add better QueryParamStr validation (072dfab)
- test(regional_settings): add tests for RegionalSettingsService (dd8a830)
- feat(regional_settings): add validation for CountryRegionSettings.two_letter_iso_country_code (bdc221e)
v1.1.1
- chore: bump version in pyproject.toml to 1.1.1 (0e8fe40)
- docs: fix bugs and typing error in examples (dd34c76)
- docs: Extend examples and move to dedicated directory (ce70c22)
- test: rename test site env variable (4fcf4ec)
- test(crawling): add integration tests for CrawlingService (66c2070)
- test: anonymize test_site from VCR cassettes and regenerate cassettes (481d0d8)
- test: remove empty test file (b39195b)
- fix(crawling): remove invalid date range parameters from get_crawl_stats (8a4d242)
- fix: change CrawlStats.date field type to datetime (82db904)
- test: make KeywordAnalysisService tests more robust (f06de6e)
- fix: handle bug in accessing get_keyword response (1a5f560)
- docs: rename parent_url to page_ur in get_children_url_info example (248c6b0)