Skip to content

🐛 v3.4.3 Add plugin version endpoint, fix shell login warning#240

Merged
bmeares merged 1 commit into
mainfrom
dev
Jun 23, 2026
Merged

🐛 v3.4.3 Add plugin version endpoint, fix shell login warning#240
bmeares merged 1 commit into
mainfrom
dev

Conversation

@bmeares

@bmeares bmeares commented Jun 23, 2026

Copy link
Copy Markdown
Owner

v3.4.3

  • Add a plugin version API endpoint.
    The endpoint /plugins/{name}/version now returns a plugin's version string.

  • Hide login warning on plugin updater thread.
    The plugins updater thread no longer will raise a login warning.

  • Add precision kwarg aliases to get_current_timestamp().
    You may now treat Pipe.precision as kwargs for get_current_timestamp():

    import meerschaum as mrsm
    from meerschaum.utils.dtypes import get_current_timestamp
    
    pipe = mrsm.Pipe(
        'demo', 'precision', 'timestamp', instance='sql:local',
        precision={'unit': 's', 'interval': 30},
    )
    now = get_current_timestamp(**pipe.precision)
    print(now)
    # 2026-06-23 04:30:30+00:00

@bmeares bmeares self-assigned this Jun 23, 2026
@bmeares bmeares marked this pull request as ready for review June 23, 2026 04:53
@bmeares bmeares merged commit 2ddd7d4 into main Jun 23, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant