Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Release v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-nicola committed Oct 20, 2021
1 parent edb67ef commit 2c8057e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.1] - 2021-10-20
### Added
- `hnswclient.Client.FlushAllIndices` function.
- HNSW-Purger task now flushes all remaining indices after deleting the old
Expand Down Expand Up @@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-01-25
First versioned release, ready to be tested.

[Unreleased]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-beta...HEAD
[Unreleased]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-beta.1...HEAD
[1.0.0-beta.1]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-beta...v1.0.0-beta.1
[1.0.0-beta]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-alpha.3...v1.0.0-beta
[1.0.0-alpha.3]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
[1.0.0-alpha.2]: https://github.com/SpecializedGeneralist/whatsnew/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/config/whatsnew-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ workers:
retry: 25
language_filter: ['en', 'es', 'fr', 'it']
request_timeout: '30s'
user_agent: 'WhatsNew/1.0.0-beta'
user_agent: 'WhatsNew/1.0.0-beta.1'
loglevel: 'info'
translator:
queues: ['translator']
Expand Down
28 changes: 14 additions & 14 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,85 +86,85 @@ services:

task-jobs-recoverer:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml recover-jobs'

task-feed-scheduler:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml schedule-feeds'

task-twitter-scheduler:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml schedule-twitter'

task-gdelt-fetcher:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml fetch-gdelt'

worker-feed-fetcher:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml fetch-feeds'

worker-twitter-scraper:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml scrape-twitter'

worker-web-scraper:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml scrape-web'

worker-translator:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml translate'

worker-zero-shot-classifier:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml zero-shot-classify'

# Note: you should remove this service if you don't have a custom text classifier.
worker-text-classifier:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml classify-text'

worker-geo-parser:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml parse-geo'

worker-vectorizer:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml vectorize'

worker-duplicate-detector:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml detect-duplicates'

worker-information-extractor:
restart: 'unless-stopped'
image: 'specializedgeneralist/whatsnew:1.0.0-beta'
image: 'specializedgeneralist/whatsnew:1.0.0-beta.1'
volumes: ['./config:/config']
command: '-config=/config/whatsnew-config.yml extract-information'
2 changes: 1 addition & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestFromYAMLFile(t *testing.T) {
},
LanguageFilter: []string{"en", "es", "fr", "it"},
RequestTimeout: 30 * time.Second,
UserAgent: "WhatsNew/1.0.0-beta",
UserAgent: "WhatsNew/1.0.0-beta.1",
LogLevel: config.LogLevel(zerolog.InfoLevel),
},
Translator: config.Translator{
Expand Down
2 changes: 1 addition & 1 deletion sample-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ workers:
retry: 25
language_filter: ['en', 'es', 'fr', 'it']
request_timeout: '30s'
user_agent: 'WhatsNew/1.0.0-beta'
user_agent: 'WhatsNew/1.0.0-beta.1'
loglevel: 'info'
translator:
queues: ['translator']
Expand Down

0 comments on commit 2c8057e

Please sign in to comment.