Releases: glasser-ai/dify-glasser
Release list
v0.4.3
Shortens the API key help text in the credential form.
- The help under the API key field is now one line — "Get an API key from the Glasser Console." — in all four locales (en_US, zh_Hans, ja_JP, pt_BR), replacing a three-sentence paragraph. The help link still points at the Keys page.
- No Python source changed apart from the plugin version constant in the User-Agent header.
Behaviour is unchanged.
v0.4.2
Keeps the only host in the code the one the manifest declares.
- The console URL literal is gone from the Python source (it was a link in two error messages; the provider's help link still points there). The Marketplace scanner now finds exactly the declared host, which removes the "undeclared external access" finding behind the 0.4.1 rating.
- The API host is written into the urlopen call itself, so the scanner extracts it from the call (no call sites with an address built at runtime).
- The User-Agent version is a constant checked against manifest.yaml by a test; the plugin no longer reads a file at startup.
Behaviour is unchanged. Verified on Dify Cloud: local install over 0.4.1, credential carried over, a Find Prospects run completed against apollo at $0.00.
v0.4.1
Documentation-only release; the code is identical to v0.4.0.
- README rewritten as a Marketplace listing: Why this plugin, shorter tools table, goal-oriented example prompts, Setup with the pricing model, usage notes for Dify users.
- API-level material (request flow, run statuses, build and remote-debug commands) moved to CONTRIBUTING.md, not shipped in the package.
v0.4.0
Thin pass-through to the Glasser Solution endpoints. Each tool is one call to POST /v1/solutions/gtm/; routing, parameter translation and fallback moved to the Glasser API. Six tools (Market Data added). social_research takes platform + mode. Tool parameters are generated from the API's OpenAPI document.
v0.3.4
Marketplace pre-check fixes: manifest contact, minimum_dify_version 1.7.1, declared network.domains, pinned dependencies. No functional change.
v0.3.3
First Marketplace submission.
Five capability tools: Find Prospects, Company Intelligence, Keywords & SEO, Web Research, Social Media Search. Each takes an action and a provider; provider=auto routes to a good source for the action.
Tested on Dify Cloud on 2026-09-17: Apollo people search, BuiltWith tech stack, Semrush and Serpstat keyword metrics, Ahrefs domain rating, Serper web search, ScrapeCreators subreddit posts.